Skip to content

Latest commit

 

History

History
214 lines (196 loc) · 24.2 KB

README.md

File metadata and controls

214 lines (196 loc) · 24.2 KB

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