Quiz Complete, well Done!
Leaf
Comparison
Binary Search only works on
data.
Divide and Conquer
Binary Search
Binary Search can be used to find the closest value to a target value in a
array.
Pre-order traversal
Height
In-order traversal
How would you calculate the middle index of a list in binary search?
What is the worst-case running time of binary search?
What is Binary Search?
Binary Search is used in many applications like
and spell checkers.
Space complexity
What is the purpose of the binary search algorithm?
Mid-point
In Binary Search, search interval is repeatedly
in half.
Iteration
What is a binary search?
Search interval