Skip to content

Some solutions for programming competitive problems, mainly CodeForces.

Notifications You must be signed in to change notification settings

DanielAugusto191/Competitive_Programming

Repository files navigation

Competitive_Programming

Some solutions for programming competitive problems, mainly CodeForces.
The solutions are in the solved folder, the first line of each file has a link to the problem.

Makefile Guide:

Compile: make c (or just: make)

Execute: make e

Execute and put output on ap.txt file: make ef (do this will delete last ap.txt file).

New File, with unsolved main.cpp: make n (the unsolved problem goes to waiting folder with the number of the last file.)

New File, with solved main.cpp: make k f="{problem name}" (the solved problems goes to Solved folder with the name given by you).

TODO:

  • Order problems by Tags.
  • Add link reference to all problems.

About

Some solutions for programming competitive problems, mainly CodeForces.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published