/competitive-programming-library

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

Primary LanguageC++

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