/Codebook

C++ Codebook for Competitive Progrmaming. Currently moving everything over from https://github.com/crackersamdjam/Templates

Primary LanguageC++

crackersamdjam's Codebook

Actions Status GitHub Pages

Information about this codebook

Templates are tested on Library Checker and Atcoder.

Every template will first include template.h and start off with #pragma once. Run oj-bundle filename.cpp bundle the headers and solution together.

Note

The #line commands generated by oj-bundle mess with gdb, so the source code might not display.

TODO

Add bridges to tarjan.h Add docs file for each template (idk if they show up on website otherwise)