Commit graph

4 commits

Author SHA1 Message Date
027ed5aeb6 day 5 solution and utils 2023-12-05 16:42:27 -05:00
e3d6c5350b day 5 part 1 2023-12-05 02:35:49 -05:00
5d59234db4 mix format 2023-12-02 02:14:44 -05:00
c2933897db switch to project format
Fixed a bug in the day1 solution where
the list of totals could add the "current
sum" for a given elf to the list each time
a new entry was added e.g. an input like,

100
200
300

could result in a list like,

[300, 200, 100].

Now we reorder the list at each "reset" (empty line).
2023-10-27 15:47:49 -04:00