-
Advent of Code 2020 Day 17 Explained - Conway Cubes
June 05, 2025
Detailled explaination of how I solved day 17 for AoC 2020, Conway Cubes, with a link to my Rust implementation.
-
Advent of Code 2020 Day 16 Part 2 Explained - Ticket Translation
May 27, 2025
Detailled explaination of how I solved the part 2 of day 16 for AoC 2020, Ticket Translation, with a link to my Rust implementation.
-
Advent of Code 2024 Day 24 Part 2 Explained - Crossed Wires
May 04, 2025
Detailled explaination of how I solved the part 2 of day 24 for AoC 2024, Crossed Wires, with a link to my Rust implementation.
-
Advent of Code 2024 Day 21 Explained - Keypad Conundrum
April 21, 2025
Detailled explaination of how I solved the day 21 for AoC 2024, Keypad Conundrum, with a link to my Rust implementation.
-
Advent of Code 2024 Day 20 Explained - Race Condition
April 16, 2025
Detailled explaination of how I solved the day 20 for AoC 2024, Race Condition, with a link to my Rust implementation.
-
Advent of Code 2024 Day 17 Part 2 Explained - Chronospatial Computer
April 08, 2025
Detailled explaination of how I solved the part 2 of day 17 for AoC 2024, Chronospatial Computer, with a link to my Rust implementation.
-
Advent of Code 2024 Day 16 Part 2 Explained - Using Dijkstra
April 04, 2025
Detailled explaination of how I solved the part 2 of day 16 for AoC 2024 using Dijkstra algorithm, with a link to my Rust implementation.