AdventOfCode/2024
2024-12-10 23:34:24 +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