https://github.com/srgrr/competitive_prewritten
Some competitive programming algorithms.
https://github.com/srgrr/competitive_prewritten
competitive-programming-algorithms
Last synced: about 2 months ago
JSON representation
Some competitive programming algorithms.
- Host: GitHub
- URL: https://github.com/srgrr/competitive_prewritten
- Owner: srgrr
- Created: 2017-09-16T15:49:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-19T14:53:10.000Z (over 1 year ago)
- Last Synced: 2025-01-16T18:01:36.383Z (4 months ago)
- Topics: competitive-programming-algorithms
- Language: C++
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Competitive programming prewritten source codes
A collection of prewritten competitive programming algorithms.These are data structures and algorithms that are usually tedious and error-prone if implemented under pressure.
Although this is far from a proof of correctness, all the source codes in this repository have been used to get AC verdict on at least one competitive programming problem on some online judge (usually codeforces.com).
All source codes are "templatized" and generalized as much as possible.
I admit suggestions and improvements.