https://github.com/kaicheng001/codeforces-solutions
My solutions in Codeforces
https://github.com/kaicheng001/codeforces-solutions
algorithm bfs codeforces codeforces-solutions dfs division dynamic-programming greedy-algorithm math
Last synced: about 14 hours ago
JSON representation
My solutions in Codeforces
- Host: GitHub
- URL: https://github.com/kaicheng001/codeforces-solutions
- Owner: kaicheng001
- License: mit
- Created: 2025-03-30T09:08:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-08T17:19:37.000Z (10 months ago)
- Last Synced: 2025-06-08T18:21:03.546Z (10 months ago)
- Topics: algorithm, bfs, codeforces, codeforces-solutions, dfs, division, dynamic-programming, greedy-algorithm, math
- Language: C++
- Homepage:
- Size: 122 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Codeforces Solutions
This repository contains my solutions to various problems from the Codeforces competitive programming platform. Each solution has been tested and received an "Accepted" verdict on the Codeforces judging system.
## Repository Structure
```
Codeforces Solutions/
│
├── algorithm template/ # Codeforces commonly used algorithm templates
├── Div/ # Contest submissions organized by division
├── practice/ # Collection of some of my exercises
├── template/ # Codeforces cpp template
└── LICENSE # MIT LICENSE
```
## About the Solutions
All solutions are written in C++ and follow standard competitive programming practices. Each file includes:
- Date of submission
- Author information
- Problem URL in comments
- Problem-solving approach
## Disclaimer
> [!NOTE]
> These solutions represent my approach to solving the problems. There might be more efficient or elegant solutions available.
## License
Copyright ©️ 2025 [kaicheng001](https://github.com/kaicheng001). This project is distributed under the [MIT License](LICENSE).