A collection of code snippets for data structures and algorithms used in competitive programming.
Graph Algorithms
Tree Algorithms
Range Queries
String Algorithms
Data Structures
Number Theory
Miscellaneous
├── C++/ # C++ algorithm implementations
├── Java/
│ └── Template/
│ └── src/ # Java templates and solutions
└── README.md
Each snippet is self-contained and can be directly integrated into competitive programming solutions. The Java template provides a starting point for problem-solving.
This library is actively maintained and updated with new algorithms and optimizations.
This project is licensed under the MIT License - see the LICENSE file for details.
Rajdeep Deb