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

https://github.com/dgcnz/competitive-programming

Solutions to 1000+ problems in Codeforces, AtCoder, CSES and other OJs
https://github.com/dgcnz/competitive-programming

algorithms competitive programming

Last synced: 9 months ago
JSON representation

Solutions to 1000+ problems in Codeforces, AtCoder, CSES and other OJs

Awesome Lists containing this project

README

          

# Solutions to Competitive Programming problems

[![Codeforces](https://img.shields.io/badge/Codeforces-950-yellow.svg)](https://shields.io/)
[![AtCoder](https://img.shields.io/badge/AtCoder-279-black.svg)](https://shields.io/)
[![CSES](https://img.shields.io/badge/CSES-123-grey.svg)](https://shields.io/)
[![SPOJ](https://img.shields.io/badge/SPOJ-29-blue.svg)](https://shields.io/)
[![UVa](https://img.shields.io/badge/UVa-45-red.svg)](https://shields.io/)

This repository is personal, made public in the hope that someone find it useful.

A few notes:
- All the solutions should be correct, and if not, please raise an issue to notify me.
- Solutions might be illegible, but I mostly try to make them less so.
- Solutions might contain inefficient and (perhaps) weird implementations. I've experimented a bit with C++ templates and functional practices, so be warned.
- All the solutions are written by me, unless specified otherwise. If you find borrowed solutions without references to their respective original authors, please let me know (in an issue).
- For newer problems (>11/2020) there will be (when I'm not lazy) a javadoc-styled file comment that gives a brief overview of the solution.