Binary search: a recursive approach.

March 19, 20231 min read

back

Introduction

Binary search is a wonderful searching algorithm.

I learned about it in the book Grooking Algorithms and it has captivated me ever since.