Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 1.68 KB

README.md

File metadata and controls

33 lines (27 loc) · 1.68 KB

competitive_programming

Repository to save problems that i solved while studying competitive programming

GEMA

Projects for GEMA - Grupo de estudo para maratona de programação (Group of studies for Competitive Programming Marathon)

Links for the description of the problems:

Neps Academy

Warning: The site of Neps Academy has been updated and, therefore, the links may be broken or inconsistent.

Community focused on studying for programming competitions in Brazil

Links for the description of the problems:

SCC0210 - Laboratório de Algoritmos Avançados I

This is the repository related to the SCC0210 course on University of São Paulo that was given in 2021.1.

The course followed this script:

  • Introduction of STL Algoritms and Containers
  • Greedy algoritms
  • Backtracking and Heuristic
  • Divide and conquer
  • Dynamic programming
  • Graphs