Skip to content

franv314/booklet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ICPC Booklet

This booklet aims at containing useful algorithm and data structure implementations for ICPC-like contests.

Compilation

Compile from the root directory with typst watch booklet/booklet.typ --root .

Entries

Code contained in the booklet must be indented with tabs and be at most 48 columns wide (1 tab = 2 columns).

Using the implementations should be as straightforward as possible: everything should provide a public, self-explanatory API where possible. Non public entities of interest should be commented. If the usage is exceptionally obscure an usage section may be added in the booklet.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published