jpages on Nostr: Advent of Code - Day 19 Part 1 : 2h20:00 (rank 6487) Part 2 : 4h37:51 (rank 4737) In ...
Advent of Code - Day 19
Part 1 : 2h20:00 (rank 6487)
Part 2 : 4h37:51 (rank 4737)
In Part 1, I struggled a bit with parsing and regular expressions.
In Part 2 , I saw immediately which method I had to use (this reminded me the Day 22 of Advent of Code 2021), but I had more difficulties with the implementation details. When I could compile the code, it worked on first try.
Part 1 runs in 3ms and Part 2 in 2 ms.
#AdventOfCode
Part 1 : 2h20:00 (rank 6487)
Part 2 : 4h37:51 (rank 4737)
In Part 1, I struggled a bit with parsing and regular expressions.
In Part 2 , I saw immediately which method I had to use (this reminded me the Day 22 of Advent of Code 2021), but I had more difficulties with the implementation details. When I could compile the code, it worked on first try.
Part 1 runs in 3ms and Part 2 in 2 ms.
#AdventOfCode