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
- Host: GitHub
- URL: https://github.com/dgcnz/competitive-programming
- Owner: dgcnz
- Created: 2020-01-08T16:38:13.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-07T13:02:06.000Z (almost 2 years ago)
- Last Synced: 2025-01-28T00:17:18.847Z (11 months ago)
- Topics: algorithms, competitive, programming
- Language: C++
- Homepage: https://dgcnz.github.io/competitive-programming/
- Size: 3.61 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Solutions to Competitive Programming problems
[](https://shields.io/)
[](https://shields.io/)
[](https://shields.io/)
[](https://shields.io/)
[](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.