Quiz Complete, well Done!
Binary Search only works on
data.
What is the first step of binary search?
What is a binary search?
In Binary Search, if the middle element matches the target value, the search is
.
What is the worst-case running time of linear search?
Binary Search is an example of a
algorithm.
What is the purpose of the binary search algorithm?
Binary Search is used in many applications like
and spell checkers.
How would you calculate the middle index of a list in binary search?
Time complexity
Height
Pre-order traversal
Binary Search can be implemented both iteratively and
.
Binary Search
In-order traversal
Traversing
Mid-point
Binary Search is a
search algorithm.
Space complexity
What is the purpose of the mid variable in binary search?