https://github.com/jmetrikat/comprog-ss24
Exercises in the subject "(Advanced) Competitive Programming" at Hasso Plattner Institute.
https://github.com/jmetrikat/comprog-ss24
competetive-programming cpp
Last synced: 3 months ago
JSON representation
Exercises in the subject "(Advanced) Competitive Programming" at Hasso Plattner Institute.
- Host: GitHub
- URL: https://github.com/jmetrikat/comprog-ss24
- Owner: jmetrikat
- Created: 2024-04-12T07:37:41.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-13T14:47:55.000Z (over 1 year ago)
- Last Synced: 2024-12-31T19:34:28.492Z (over 1 year ago)
- Topics: competetive-programming, cpp
- Language: C++
- Homepage:
- Size: 31.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ⏱️ (Advanced) Competitive Programming


Exercises in the subject "(Advanced) Competitive Programming" at Hasso Plattner Institute.
## Table of Contents
1. [Programming](./contest-01/)
2. [Greedy](./contest-02/)
3. [Dynamic Programming](./contest-03/)
4. [Strings](./contest-04/)
5. [Graphs: Fundamentals](./contest-05/)
6. [Graphs: Minimum Spanning Trees](./contest-06/)
7. [Graphs: SSSP and APSP](./contest-07/)
8. [Flows](./contest-08/)
9. [Math](./contest-09/)
10. [Geometry](./contest-10/)
11. [Data Structures](./contest-11/)