Reusable C++ Templates for Fast I/O, Modular Arithmetic, and String Data Structures
Competitive programming demands a high degree of code reusability. Below is a curated set of templates that have been fine-tuned for typical on line judges, including a comprehensive header, fast input/output routines, a modular arithmetic wrapper, and implementations of the suffix automaton and suffix array.
Compact Header with Utilities
names ...
Posted on Fri, 08 May 2026 16:06:53 +0000 by infestedarch0n