Binary search: a recursive approach.

Mar 19, 2023

Introduction

Binary search is a wonderful searching algorithm.

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