rheo-chiti / competitive-programming-library

Templates, algorithms and data structures implemented and collected for programming contests. Check README.md for an overview.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Competitive Programming Library

From OKNOTOK.

This repository contains templates, algorithms and data structures implemented and collected for programming contests. Most of them are at least used once to check correctness, still it is strongly recommended to test for yourself.

Table of Contents

  1. Dynamic Programming
  2. Data Structures
  3. Game
  4. Geometry
  5. Graph
  6. Math
  7. Miscellaneous
  8. Notes
  9. String

Dynamic Programming

Data Structures

Game

Geometry

Graph

Math

Miscellaneous

Notes

String

About

Templates, algorithms and data structures implemented and collected for programming contests. Check README.md for an overview.


Languages

Language:C++ 99.8%Language:C 0.2%