Go to file
MasterofJOKers 2620d59a8f day07 Add part 1
I don't know, it doesn't feel like this is proper code. Referencing the
same object multiple times is just so much of a hassle and this code
looks pretty unsafe with all the unwraps.

In the end it turns out that I don't need a tree, but need to iterate
over all directories instead, which is again something quite hard for
me, because I don't know how to build iterators "manually".
2022-12-20 00:42:40 +01:00
day01 Add day01 2022-12-15 16:58:38 +01:00
day02 day02: Add part 2 2022-12-15 18:03:37 +01:00
day03 day03: Make it solve part 2 instead 2022-12-16 18:50:29 +01:00
day04 day04: Change implementation for part 2 2022-12-18 16:55:34 +01:00
day05 day05: Changes for part 2 2022-12-18 18:31:23 +01:00
day06 day06: Make more generic and add part 2 with it 2022-12-19 14:38:32 +01:00
day07 day07 Add part 1 2022-12-20 00:42:40 +01:00