Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 479 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 479 Bytes

contestlib

Collection of algorithm implementations for programming contests

Main purpose of conteslib is to be team reference document for ICPC contests. The team reference document is src.pdf. The files that are included in team reference document begin with // TCR.

The code is generally ugly because of 25 page limit in the team reference document.

A graph with n vertices is indexed with integers 1..n. An array/string with n elements is indexed with integers 0..n-1.