#cpp
Read more stories on Hashnode
Articles with this tag
here I will be talking about two different things how to prove correctness of solution and how to approach to the solution. ยท Let's look at the idea of...
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,...