Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 480 Bytes

README.md

File metadata and controls

18 lines (17 loc) · 480 Bytes

algotcs

My solutions created during the practical 'Algorithms for Programming Contests' in Winter 2022 using Python 3.5 🐍 or C++ 14 👨🏼‍💻.

Contents:

  1. Introduction
  2. Standard Template Library
  3. Dynamic Programming
  4. Advanced Dynamic Programming
  5. Graph Theory
  6. Shortest Paths (Advanced Graph Theory)
  7. Graph Data Structures
  8. DP on Graphs
  9. Game Theory (& Christmas Special)
  10. Range Data Structures
  11. Geometry
  12. Number Theory
  13. String Algorithms