Skip to content
Competitive Programming templates that I used during the past few years.
C++
Branch: master
Clone or download

Latest commit

dragonslayerx Merge pull request #13 from WildfootW/master
fix bigint library wrong behavior
Latest commit 8c4682d Dec 23, 2019

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
src bigint: fix: relational operators behaviors Dec 22, 2019
.gitignore Public Release Dec 8, 2016
LICENSE Initial commit Dec 8, 2016
README.md Added Convex hull to README.md Oct 27, 2018

README.md

Competitive-Programming-Repository

Collection of algorithms and data structures in C++ used widely in Competitive programming contests.

The following topics are covered:

Range Updates and Queries

You can’t perform that action at this time.