Skip to content

This is my try in solving the Advent of Code challenges.

License

Notifications You must be signed in to change notification settings

slothsoft/advent-of-code

Repository files navigation

Advent of Code

This is my try in solving the Advent of Code challenges. Note that puzzle inputs should not be shared.

Some of the challenges where done in a JavaScript simulation.

Possibly general algorithms

  • 2022/12 Dijkstra
  • 2022/07 FileSystem
  • 2022/16 Permutation

To-Do-List

  • move algorithms somewhere safe
    • Dijkstra is in 2019-20 and 2021-15 and 2023-17
    • Direction is EVERYWHERE
    • Stringify of the parsed matrixes (maybe extract matrixes?)
    • how to calculate quadratic function: 2023-21
    • SnowverloadExtensions from 2023-25
    • intersecting 3D lines: 2023-24

2024

2023

2022

2021

2020

2019