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
- Host: GitHub
- URL: https://github.com/romankurnovskii/codeforces
- Owner: romankurnovskii
- License: mit
- Created: 2023-03-23T20:38:16.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-25T19:37:48.000Z (about 2 years ago)
- Last Synced: 2024-03-25T20:47:24.511Z (about 2 years ago)
- Topics: algorithms, codeforces, codeforces-solutions, contests
- Language: Python
- Homepage: https://romankurnovskii.com/codeforces
- Size: 2.02 MB
- Stars: 44
- Watchers: 42
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Build
```sh
python -m venv .venv
. ./venv/bin/activate
pip install -r requirements.txt
python parse_solutions.py
mkdocs serve
mkdocs build
```
