jpages on Nostr: Advent of Code - Day 13 Part 1 : 2h09:00 (rank 7479) Part 2 : 3h52:45 (rank 7945) I ...
Advent of Code - Day 13
Part 1 : 2h09:00 (rank 7479)
Part 2 : 3h52:45 (rank 7945)
I started one hour late, but I was in good shape this morning, and I could write concise (70 lines) and fast code (about 3 ms for each part).
The problem was obviously easier than yesterday's problem. When I saw part 2, I understood that I had to find a clever idea, and that I could not just encapsulate my part 1 code in a loop.
#AdventOfCode
Part 1 : 2h09:00 (rank 7479)
Part 2 : 3h52:45 (rank 7945)
I started one hour late, but I was in good shape this morning, and I could write concise (70 lines) and fast code (about 3 ms for each part).
The problem was obviously easier than yesterday's problem. When I saw part 2, I understood that I had to find a clever idea, and that I could not just encapsulate my part 1 code in a loop.
#AdventOfCode