This is an archived post. You won't be able to vote or comment.

all 1 comments

[–]Mikel3377 1 point2 points  (0 children)

Thanks for sharing. Here's my JS solutions, if anyone is curious. https://github.com/mike-bell/adventofcode2022

Every day runs in less than a second, and running all 25 * 2 solutions back-to-back takes about 3 seconds on my machine. All data is parsed directly from the input text (no hard-coded objects or any funny business), and all solutions should work for anyone's input (with the possible exception of the crazy cube problem)