Skip to content

A collection of algorithms/data structures for competitive programming

License

Notifications You must be signed in to change notification settings

sqrtnull/cp-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

library

https://sqrtnull.github.io/cp-library/

How to Use

  1. Create working folder to code in
mkdir cpp
cd cpp
  1. Clone this repo
git clone https://github.com/sqrtnull/cp-library.git
  1. Copy Utility/include.sh to working folder and change lib_path accordingly
cp cp-library/Utility/include.sh include.sh
  1. Copy Utility/template.cpp to working folder as main.cpp
cp cp-library/Utility/template.cpp main.cpp
  1. Allow execution for include.sh
chmod +x include.sh
  1. Try including the code of a library into main.cpp. (don't forget to save before!)
./include.sh SegmentTree

Note: I might include my other commands sometime in the future

About

A collection of algorithms/data structures for competitive programming

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published