Skip to content

Commit

Permalink
Solution for Day 24 of 2024.
Browse files Browse the repository at this point in the history
I was able to solve this semi-manually earlier, but the solution here is
completely automated.
  • Loading branch information
eamonnmcmanus committed Dec 27, 2024
1 parent 470cfe6 commit 327cc74
Show file tree
Hide file tree
Showing 3 changed files with 297 additions and 357 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ years 2022, 2023, 2024 (ongoing). They are all coded in Java, needing Java 21 at
* [2024-12-21](https://adventofcode.com/2024/day/21): [solution](src/advent2024/Puzzle21.java) (navigating multiple levels of keypads).
* [2024-12-22](https://adventofcode.com/2024/day/22): [solution](src/advent2024/Puzzle22.java) (best sequence of differences in parallel pseudorandom streams).
* [2024-12-23](https://adventofcode.com/2024/day/23): [solution](src/advent2024/Puzzle23.java) (largest clique in a graph).
* [2024-12-24](https://adventofcode.com/2024/day/24): [solution](src/advent2024/Puzzle24.java) (fixing an adder circuit by swapping wires).
* [2024-12-25](https://adventofcode.com/2024/day/25): [solution](src/advent2024/Puzzle25.java) (trivial problem with measuring column heights).

# Acknowledgements
Expand Down
Loading

0 comments on commit 327cc74

Please sign in to comment.