Go to file
Parnic 7e4b44a3b6 Day 23 solution
This one takes around a second to arrive at the first answer and around 15 seconds to arrive at the second answer. I don't know why, since I'm just running the given program as fast as possible (is my interpreter slow?). Go channels should be about as fast as we can get here. Maybe it would actually run faster if everyone stopped and processed their inputs at the same time or something? I dunno.

Part 2 was pretty simple, though I feel like my idle detection could be improved. Seems to work, though.
2022-07-20 08:35:34 -05:00
2022-06-06 15:14:31 -05:00
2022-07-20 08:35:34 -05:00
2022-07-20 08:35:34 -05:00
2022-07-18 09:20:29 -05:00
2022-06-06 15:14:31 -05:00
2022-07-20 08:35:34 -05:00
2022-06-07 09:54:20 -05:00

Advent of Code 2019

My solutions to Advent of Code 2019.

Description
No description provided
Readme 1.6 MiB
Languages
Go 100%