Binary Search

Binary search is the best algorithm (of searches by comparison) and cannot be improved further from the theoretical viewpoint.

👉 📗 First Course in Algorithms Through Puzzles, 3.1 Binary Search

Last updated

Was this helpful?