About Binary Search in Simple Terms
What is Binary Search ?
It’s a way to find specific value in a sorted array. It’s a lot faster that just looking through every single element one by one.
Difference between Linear and Binary Search
How does it work ?
First, you pick the middle numb...
byka.hashnode.dev2 min read