My solutions created during the practical 'Algorithms for Programming Contests' in Winter 2022 using Python 3.5 🐍 or C++ 14 👨🏼💻.
Contents:
- Introduction
- Standard Template Library
- Dynamic Programming
- Advanced Dynamic Programming
- Graph Theory
- Shortest Paths (Advanced Graph Theory)
- Graph Data Structures
- DP on Graphs
- Game Theory (& Christmas Special)
- Range Data Structures
- Geometry
- Number Theory
- String Algorithms