Skip to content

C++ algorithms useful in competetive programming

License

Notifications You must be signed in to change notification settings

fedimser/algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithms

This repository contains efficient C++ implementations for algorithms useful in competitive programming.

I collect here non-trivial algorithms which might be useful for solving CodeForces-style problems. Algorithms are implemented in such a way that it's easy to quickly copy-paste them into solution.

This repository is mostly for private use, but I don't mind anyone using the code as long as you are not violating any competition rules.

Repository structure

Every file contains some algorithms as C++ functions and classes and main() function which tests the algorithms and returns 0 if and only if all tests pass.

References

Useful submissions

Here is list of my successful submission on Codeforces which use some algorithms. I might check in some of them into this repository later.

About

C++ algorithms useful in competetive programming

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published