An open API service indexing awesome lists of open source software.

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

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).