Skip to content

Gabriel123Duarte/CompetitiveProgramming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Competitive Programming Algorithms in C++

Goal

Here I want to post all standard code that I used to solve problems in Online Judges and Competitions.
All codes will be in C++11. (Maybe some codes will be in Java)

Organization

I chose divide the algorithms in 6 big groups.

  • Computational Geometry
  • Data Structure
  • Graph
  • Math
  • Paradigms
  • String

How to use

Download the code that you want and compile it using this:

g++ codeName.cpp -o code -std=c++11

Contributors

Gabriel Duarte

Feel free to use this codes and if you want help me, don't hesitate, Fork The Project :D

About

Usefull codes for competitive programming

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages