Skip to content

Library of C++ implementations for algorithms used in competitive programming.

Notifications You must be signed in to change notification settings

radoslav11/Coding-Library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coding-Library

This is a collection of implementations of various data structures and algorithms, intended for competitive programming. Some of these implementations are relatively old, as they are from my IOI times, but might still be a useful point of reference.

The suggested way to set this up is to create a directory "coding_library" somewhere (or a symlink to this repo), and add it to $CPLUS_INCLUDE_PATH. I plan on making a script that then expands the libraries that you use, but this is still a TODO.

Random

Useful ideas, that aren't exactly a part of this library.

  1. Bitset for almost arbitrary N:

About

Library of C++ implementations for algorithms used in competitive programming.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages