...

/

Quiz on Sorting & Searching

Quiz on Sorting & Searching

Let's test your understanding of sorting and searching algorithms!

We'll cover the following...
1

What is the time complexity of the binary search algorithm?

A)

O(n2)O(n^2)

B)

O(n)O(n)

C)

O(logn)O(logn)

D)

O(nlogn)O(nlogn)

Question 1 of 100 attempted
Access this course and 1400+ top-rated courses and projects.