Quiz Complete, well Done!
In Binary Search, search interval is repeatedly
in half.
What is Binary Search?
Sorted array
Traversing
What is a binary search?
Post-order traversal
Binary Search
What is the role of the min and max variables in binary search?
What is the key difference between binary search and linear search?
How would you calculate the middle index of a list in binary search?
What is the first step of binary search?
Node
Space complexity
Binary Search is an example of a
algorithm.
Height
Iteration
What is the worst-case running time of binary search?
A binary search algorithm is an algorithm that finds the position of a target value within a
sorted list.
Binary Search only works on
data.
Target element