#CS-6202
Awesome StudentQuestion • Algorithms and Complexity

Using binary search, the target only had to be compared to 3 values Compared to doing a linear search, it would have started from the very first value and moved up, needing to compare the target to eight values

Answer

True