Computer Science Hard

Algorithms

Practice Algorithms MCQs as part of Computer Science.

8 MCQs
Hard difficulty

Questions in this Topic

What is an algorithm?
Easy
Which sorting algorithm repeatedly swaps adjacent elements if they are in the wrong order?
Medium
What is the time complexity of binary search on a sorted array?
Hard
Binary search requires the data to be:
Medium
What does "Big O notation" describe?
Medium
Which algorithmic technique solves a problem by breaking it into smaller subproblems an...
Hard
Which searching algorithm checks each element one by one?
Easy
A recursive function is one that:
Medium
Topic Info
SubjectComputer Science
TopicAlgorithms
Total MCQs8
DifficultyHard
Start Practice