#binary-search-algorithm
Read more stories on Hashnode
Articles with this tag
Binary search (BS) is one of the most important concepts in CP algorithms in general. You will use binary search everywhere. We will see what is BS,...