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

https://github.com/romankurnovskii/codeforces

Codeforces Solutions
https://github.com/romankurnovskii/codeforces

algorithms codeforces codeforces-solutions contests

Last synced: about 1 year ago
JSON representation

Codeforces Solutions

Awesome Lists containing this project

README

          


Codeforces

Codeforces Solutions


## Build

```sh
python -m venv .venv
. ./venv/bin/activate
pip install -r requirements.txt
python parse_solutions.py

mkdocs serve
mkdocs build
```