Articles in this series
Hello Readers! In this blog, we will solve sorting and searching problems from the CSES problem set. We will solve some problems and try to understand...
Dirichlet's Box Principle ยท Hello Readers, The pigeonhole principle is quite straightforward but it can be used under various circumstances. It is also...
Hello Readers, Introduction Here, I will be discussing an interesting data structure called "Fenwick Tree". Its structure was proposed by Boris Ryabko...
Technique It is a simple technique that can give you an end array after performing range queries of the form update(l, r, x). NOTE: update(l, r, x)...
This is an editorial for the Technovation contest. Due to less number of test cases, some brute force leads to "AC" :( Contest Link Problem -A Due to...
Hello, Sieve of Eratosthenes I hope you all know what Seive is. This article will give you different variations of sieves. So, for those who don't...