Back to Freecodecamp

Evaluating Binary Search

curriculum/challenges/english/blocks/searching-algorithms/evaluating-binary-search-video.md

latest395 B
Original Source

--description--

In this video, you will learn more about the binary search algorithm.

--questions--

--text--

What condition needs to be true in order for binary search to work?

--answers--

The data must contain less than 1,000 entries.


The data must contain more than 1,000 entries.


The data must be unsorted.


The data must be sorted.

--video-solution--

4