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.

  • Live2day@lemmy.sdf.org
    link
    fedilink
    arrow-up
    1
    ·
    2 days ago

    I’m not sure what this is for, but leetcode is a website all about coding puzzles. Not all are python but the vast majority can be done in any language.

    • abbadon420OP
      link
      fedilink
      arrow-up
      1
      ·
      1 day ago

      Yes, I know leetcode. I use them too. But I really love AOC and I love to do AOC problems with students, but it’s hard to find fitting puzzles that students are able to do with the knowledge they have, the help I can offer and a timeframe of max three hours.