bjorng
Advent of Code 2024 - Day 25
This wraps up Advent of Code 2024 for me. Looking back on the puzzles, here are the ones I found to be the hardest:
- Day 11: Plutonian Pebbles
- Day 12: Garden Groups
- Day 17: Chronospatial Computer
- Day 20: Race Condition
- Day 21: Keypad Conundrum
- Day 24: Crossed Wires
The most fun puzzles for me were:
- Day 14: Restroom Redoubt
- Day 17: Chronospatial Computer
- Day 21: Keypad Conundrum
- Day 24: Crossed Wires
It turns out that three of the puzzles are on both lists.
https://github.com/bjorng/advent-of-code/blob/main/2024/day25/lib/day25.ex
Most Liked
rvnash
Yay, 50 stars. My first year trying my hand at AOC. 23 successes, and 2 times I relied on you guys to help me out. Thanks all, it was fun.
https://github.com/rvnash/aoc2024/blob/main/lib/d25.ex
Any observations on doing this in Elixir vs. other languages? I noticed the most elegant solutions posted here were a tight sequence of transformers taking the input data through Lists, Maps, MapSets, recursive traversals or searches, and composing it all back to the required output. I know other languages have these parts, but often I found myself smiling in satisfaction at the solutions you all posted.
Happy Holidays
code-shoily
I did this in F# and if I had to do it in Elixir, it would have been almost identical in code, with some strong typing and point free pipes.
This is the first year where I have done more solution in a non-Elixir programming language and loved it. I will actually write a post about my experiences.
liamcmitchell
Wooooooo, bittersweet that there is no part 2 but really happy to have finished ![]()
After all the challenges involving bit operations, I realised the keys and locks can be encoded as a single integer and a bitwise AND will check if there are any overlaps.
Popular in Challenges
Other popular topics
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #elixirconf
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #websockets
- #supervisor
- #advent-of-code
- #elixirconf-us
- #distillery
- #processes
- #forms
- #api
- #metaprogramming
- #security
- #performance









