AdventOfCode/2020/elixir/day25
Adam Millerchip 39c28b5897 Move 2020 elixir solutions to 2020/elixir in prep for zig 2022-08-11 16:22:22 +09:00
..
README Move 2020 elixir solutions to 2020/elixir in prep for zig 2022-08-11 16:22:22 +09:00
day25part1.exs Move 2020 elixir solutions to 2020/elixir in prep for zig 2022-08-11 16:22:22 +09:00
input Move 2020 elixir solutions to 2020/elixir in prep for zig 2022-08-11 16:22:22 +09:00

README

Day 25 Notes

+--------+
| Part 1 |
+--------+

$ elixir day25part1.exs
4968512

Thoughts:

Was a bit difficult to decipher the requirements, but after that the implementation was
simple enough. Wondering if there's a significance of the numbers 7 and 2020_12_27?

+--------+
| Part 2 |
+--------+

Arg. Need all the previous stars. So far I'm 10 under.


+------------------+
| Overall Thoughts |
+------------------+