This repository contains solutions, templates, and resources for various competitive programming platforms and contests. The structure is organized by platform, problem difficulty, and contest.
- Boilerplate/: Contains template files and configuration for C++ and other languages.
- CodeChef/: Solutions for CodeChef problems, organized by language.
- CodeForces/: Solutions for Codeforces problems, organized by difficulty (e.g., 800, 1000, 1100, etc.) and contests.
- Contest/: Solutions from various contests, further organized by platform.
- GeekForGeeks/: Solutions for GeeksforGeeks problems and contests.
- LeetCode/: Solutions for LeetCode problems.
- Tut/: Tutorial codes, including C, STL, and data structures.
- Uni Lab/: University lab assignments and solutions.
- Browse the folders to find solutions by platform or topic.
- Each
.cppfile corresponds to a specific problem, usually named after the problem or its code. - Boilerplate and template files can be reused for quick setup during contests.
You can build any C++ file using the provided VS Code task:
- Open the file you want to build.
- Press
Ctrl+Shift+Bto run the build task. - The executable will be created in the same directory as the source file.
Feel free to add your own solutions, templates, or resources. Please follow the existing folder structure for consistency.
This repository is for personal and educational use.