Jack Jackson 8770497049 Solution to 21-1
Phewf - this was a tough one! As I call out in the comments on 21.zig,
I had cracked _most_ of the shortcutting to this, but hadn't noticed
that choice of order-of-operations was not arbitrary - needed to notice
that doing a < before a ^ ends up more efficient than the other way
around, for instance.

I shudder to think what part 2 is going to be like...

For the record, my attempts at this took 1253 lines, over two files -
considering my total line count so far is 6233, that's over one-fifth.
Wild!
2025-01-28 22:56:28 -08:00
..
2024-12-19 14:32:12 -08:00
2024-12-19 16:07:56 -08:00
2024-12-23 19:41:44 -08:00
2024-12-27 18:05:58 -08:00
2024-12-24 00:33:33 -08:00
2024-12-27 18:05:58 -08:00
2024-12-27 18:05:58 -08:00
2024-12-27 23:55:59 -08:00
2024-12-31 16:58:01 -08:00
2024-12-31 17:05:22 -08:00
2025-01-09 18:00:06 -08:00
2025-01-10 18:26:02 -08:00
2025-01-10 18:26:02 -08:00
2025-01-13 19:05:21 -08:00
2025-01-13 19:05:21 -08:00
2025-01-17 23:00:52 -08:00
2025-01-20 08:58:46 -08:00
2025-01-20 13:02:20 -08:00
2025-01-20 13:33:10 -08:00
2025-01-28 22:56:28 -08:00
2025-01-28 22:56:28 -08:00
2025-01-23 23:41:38 -08:00