https://github.com/sakiib/competitive-programming-code-library
Competitive Programming Resources/Templates in C++
https://github.com/sakiib/competitive-programming-code-library
algorithms-and-data-structures competetive-programming-resources competitive-programming cpps template
Last synced: about 2 months ago
JSON representation
Competitive Programming Resources/Templates in C++
- Host: GitHub
- URL: https://github.com/sakiib/competitive-programming-code-library
- Owner: sakiib
- Created: 2019-09-12T18:37:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-03T14:25:49.000Z (over 2 years ago)
- Last Synced: 2025-03-24T02:36:51.229Z (2 months ago)
- Topics: algorithms-and-data-structures, competetive-programming-resources, competitive-programming, cpps, template
- Language: C++
- Homepage:
- Size: 22.4 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# competitive-programming-code-library
This contains most of the C++ codes/templates I use for programming contests.
Most of them are implemented by me and some of them are taken from
other coders.
Most of these templates are tested rigorously but make sure to test
even more before using them.