Skip to content

Latest commit

 

History

History
46 lines (42 loc) · 665 Bytes

algorithm_week.md

File metadata and controls

46 lines (42 loc) · 665 Bytes

Schedule

10/23 search

Tag list

  • implementation
  • dp
  • math
  • greedy
  • brute force
  • data structures
  • constructive algorithms
  • dfs and similar
  • binary search
  • graphs
  • sortings
  • strings
  • geometry
  • combinatorics
  • trees
  • number theory
  • two pointers
  • dsu
  • bitmasks
  • shortest paths
  • probabilities
  • games
  • divide and conquer
  • hashing
  • matrices
  • expression parsing
  • flows
  • string suffix structures
  • graph matchings
  • ternary search
  • meet-in-the-middle
  • 2-sat
  • chinese remainder theorem
  • schedules
  • fft

Reference

http://codeforces.com/blog/entry/14565

Some link to training: