Quiz Complete, well Done!
Binary Search is used in many applications like
and spell checkers.
Post-order traversal
Binary Search can be used to find the closest value to a target value in a
array.
Balanced binary search tree
Binary search tree
|
|
|
|
|
|
|
|
|
|
|
|
Binary Search only works on
data.
What is the purpose of a binary search?
What is the key difference between binary search and linear search?
Binary Search is an example of a
algorithm.
How would you calculate the middle index of a list in binary search?
What is the best-case running time of binary search?
What is the benefit of using binary search over linear search?
Time complexity
Divide and Conquer
What is a binary search?
Iteration
What is the purpose of the mid variable in binary search?
Binary Search is a
search algorithm.
Mid-point