Skip to content

Book Code for Competitive Programming

License

Notifications You must be signed in to change notification settings

namanjain7/cp-book

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ecnerwala's CP Book

This is my library of reference code for competitive programming. The goal is to write generic, fast, and clean algorithm implementations for use in contests like CodeForces or ICPC.

Building

Build using

cmake -B build
cmake --build build

Test with

ctest --test-dir build

License and Attribution

All code in this book is written by me and CC0 licensed unless otherwise noted in the file. Inspiration is largely drawn from KACTL (https://github.com/kth-competitive-programming/kactl/) and other references.

About

Book Code for Competitive Programming

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.1%
  • CMake 0.9%