Skip to content

Latest commit

 

History

History
190 lines (178 loc) · 5.64 KB

README.md

File metadata and controls

190 lines (178 loc) · 5.64 KB

icpc-notebook

Link da Planilha

https://docs.google.com/spreadsheets/d/1Y-_G2ioJ_iheDGKVHrQQu96keee66Y4s6SRxUTsDnGs/edit#gid=0

Table of Contents

DataStructures

DP

  • DivideAndConquer.cpp
  • CHT.cpp
  • Aliens.cpp
  • Knuth.cpp
  • 1D1D.cpp
  • Slope.cpp @ https://codeforces.com/blog/entry/47821
  • SOS.cpp
  • KnapsackBounded.cpp

Geometry

Graphs

Tree

Math

Strings

Misc

Solutions