MyCpLibrary is a compilation of various algorithms and data structures that I have utilized to solve problems on competitive programming platforms. The library is primarily written in C++ and aims to provide a collection of efficient solutions for a wide range of algorithmic challenges.
- A diverse set of algorithms and data structures.
- Solutions for common programming problems and challenges.
- Focus on competitive programming efficiency and correctness.
The library is organized into different folders, each dedicated to a specific category of algorithms or techniques:
HEAVY_LIGHT_DECOMPOSITION
: Heavy-Light Decomposition techniques.TCPC
: Solutions for the latest TCPC (Tunisian Collegiate Programming Contest).- ...
Feel free to explore each folder for specific solutions, code snippets.
You can use this library as a reference for implementing algorithms and techniques in your own programming projects, especially if you work with C++. The solutions provided are optimized for competitive programming scenarios and can be adapted to solve various coding challenges.
Contributions are welcome! If you have a new algorithm, data structure, or optimization technique to share, feel free to fork this repository, make your additions, and submit a pull request.
If you have any questions or suggestions, you can reach me at [email protected].
Happy coding!