Skip to content

fbrunodr/CompetitiveProgramming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Competitive Programming Algorithms and Data Structures

To compile any test, simply run the following code on terminal:

g++ -O2 -o file file.cpp

Notice the test files include ".cpp" files. This is considered bad practice, but it doesn't matter for our purposes (in competitive programming you can only upload a single file as answer, so it doesn't make sense to split our data structures in ".h" and ".cpp" files).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages