AdventOfCode/2024
2024-12-21 17:22:31 +09:00
..
day1.exs Replace custom function with Enum.zip_with 2024-12-01 14:27:54 +09:00
day2.exs Use Enum.any?/2 instead of Enum.find_value/3 2024-12-03 09:59:23 +09:00
day3.exs Slightly cleaner without capture: :all_but_first for part 2 2024-12-03 16:50:47 +09:00
day4.exs 2024 day 4 2024-12-04 22:58:32 +09:00
day5.exs 2024 Day 5 2024-12-05 20:00:55 +09:00
day6.exs Refactor Day6 part 1 to use a struct (will re-use in part 2) 2024-12-09 12:21:35 +09:00
day8.exs Simplify with Enum.into/2 2024-12-09 12:23:29 +09:00
day9.exs 2024 Day 9 part 2 (inefficient) 2024-12-10 13:49:03 +09:00
day10.exs tiny simplification 2024-12-10 23:34:24 +09:00
day11.exs 2024 Day 11 Part 2 + retroactively use for Part 1 2024-12-11 22:29:10 +09:00
day12.exs 2024 Day 12 2024-12-12 22:59:42 +09:00
day13_wip.exs 2024 Day 13 (just parsing input + notes, no solution) 2024-12-14 00:06:10 +09:00
day14.exs 2024 Day 14: at least add a path for the program to complete 2024-12-14 18:10:40 +09:00
day15.exs refactor day15 a bit 2024-12-17 10:04:01 +09:00
day17.exs 2024 Day 17 Part 1 + not working Part 2 2024-12-17 16:59:45 +09:00
day21_wip.exs Add 2024 Day 21 WIP - probably give up 2024-12-21 17:22:31 +09:00