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

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.

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.