A comprehensive library written in C++, aiming to help programmers and developers implement solutions to complex problems. The library consists of some must-have necessary codes that can be used in programs as a small part.
These codes are very useful during a competitive programming contest. All the codes that are currently available have been tested on platforms like Codeforces, Codechef, Atcoder.
I have tried to implement most of the codes using classes in C++. I prefer using classes in C++ because they provide a compact code and can be used as a black box during competitions.
Contributions are welcome. If you see any mistake in any of the code, please create an issue explaining the mistake in the code. All are welcome to suggest new topics that should be there in the library via issues.
Feel free to post any questions, queries related to usage by creating an issue. Pull requests for bug fixes are always welcome.