Let’s talk Binary Search!
Binary Search is a search algorithm used to search a particular element in a sorted array.
What makes it special?The algorithm is designed in such a way that for every iteration, the size of the problem decreases by half.
Cool. Isn’t it? Without any ...
nishanthchandra.hashnode.dev4 min read