Quiz Complete, well Done!
What is the purpose of the mid variable in binary search?
What is the role of the min and max variables in binary search?
How would you calculate the middle index of a list in binary search?
Binary Search is an example of a
algorithm.
The number of iterations in Binary Search is at most
Time complexity
What is a binary search?
Binary Search is used in many applications like
and spell checkers.
Node
In Binary Search, search interval is repeatedly
in half.
Balanced binary search tree
Binary Search is a
search algorithm.
What is the worst-case running time of binary search?
Target element
Binary search tree
Iteration
Leaf
Binary Search can be used to find the closest value to a target value in a
array.
Divide and Conquer
Mid-point