Skip to content

iagorrr/Competitive-Programming-Library

Repository files navigation

Competitive Programming Library

My own competitive programming library designed to be used in both presential contests, like ICPC, or online platforms such as Codeforces, AtCoder, etc...

Some notes about the implementations:

  • Each implementation should be self-contained, so once you typed or copied there is no need to look for other files, the only "template" you need is :

    #include<bits/stdc++.h>
    using namespace std;
  • Should be as short as possible, as you may have to type it in a presential contest

You can find a little explanation about each algorithm at the PDF Notebook

Algorithms

Data Structures

Dynamic Programming

Extras

Geometry

Graphs

Math

Primitives

Strings

References & Courses

About

My personal library for competitive programming contests

Topics

Resources

Stars

Watchers

Forks