Skip to content

All the code for all the algorithms and data structures and utilities for competitive programming.

License

Notifications You must be signed in to change notification settings

RamchandraApte/OmniTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OmniTemplate

All the code for all the algorithms and data structures and utilities for competitive programming.

program.cpp is an example program utilizing the template. You need to include the header template.h and define the function void main2().

Requires GNU G++ compiler and C++17.

How to use

Use the compile.sh script.

Compilation

cmake -B build && # Configure
cmake --build build && # Compile the code
./build/test # Test the code

Documentation

(this is generated from the source code comments using Doxygen)

About

All the code for all the algorithms and data structures and utilities for competitive programming.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages