tried to solve this one using only incrementing sums, which worked fine for the test input but not the actual puzzle input. By a complete rewrite to actually render the tree as a map, it worked. The spontanious data store is a mess and cost me much time to work around, since I wanted to have a list of tuples with all the sizes for each directory. Took 2 days to figure this one out. Not proud. |
||
|---|---|---|
| .. | ||
| day_01_test.exs | ||
| day_02_test.exs | ||
| day_03_test.exs | ||
| day_04_test.exs | ||
| day_05_test.exs | ||
| day_06_test.exs | ||
| day_07_test.exs | ||