Spyke

Posts

advent_of_code·Advent Of Codebyabbadon420

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.

View original on programming.dev
2

You reached the end