/Templates

This has been succeeded by https://github.com/crackersamdjam/Codebook

Primary LanguageC++Creative Commons Zero v1.0 UniversalCC0-1.0

build

Templates

Algorithm and data structure templates for competitive programming.

  • C++ resources compile with g++ 10 in C++17 and C++20 on Linux
  • Python scripts run in Python 3
  • Shell scripts run in Bash
  • Fuzz tests test small cases (could be random) for correctness
  • Stress tests test large random cases for performance

Thank you Wesley for letting me copy take inspiration from your repository.