Posts
1
Comments
1
Joined
1 yr. ago
Posting cat pictures in at-risk communities to break the spiral of negativity
Reply

I'm looking for a list of all the puzzles and which programming topics they teach, does anyone know of such a list? Or else, can anyone offer a complete repository of python implementations?
I'm looking for something like this (these are not correct, just an example for what I'm looking for):
- 2021 - day 1: Dijkstra Algorithm
- 2021 - day 2: Dynamic Programming
- 2021 - day 3: Time efficiency, Hash tables
- etc
If there is no such thing, does anyone have a (fairly) complete (github) repository of python implementations from which I can build such a list myself? I would make all the puzzles myself, but I'm not that fast, I'm currently still on day 15 of 2024.