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 |
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 |
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 |
day12.exs
|
2024 Day 12
|
2024-12-12 22:59:42 +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 |