Commit Graph

9 Commits

Author SHA1 Message Date
8bfe33fece Add pow10, log10i and digits10 functions
These are used by a couple of solutions now.
2024-12-11 09:16:08 +00:00
fe93f65f6a Moved Grid to Aoc module. 2024-12-10 11:31:02 +00:00
831bbf4f63 Move IntPair and PosSet into Aoc library.
These are obviously generic enough and useful for the future that they
can be moved to a shared library.
2024-12-06 17:15:37 +00:00
7b51696740 Flush stdout between each part.
This helps indicate where we have reached in case of problems.
2024-12-06 15:42:00 +00:00
c6fb838463 Make ints_of_string generic and move to lib. 2024-12-05 15:43:18 +00:00
2ee7f6a3d3 Rename functions to be more idiomatic. 2024-12-03 08:53:02 +00:00
f0648b6267 Correct part numbers 2024-12-03 08:08:32 +00:00
efdde2441b Add a generic main function. 2024-12-02 09:46:15 +00:00
85bccdec58 Add day 2402. 2024-12-02 08:40:32 +00:00