adventOfCode/challenges/2020/25-comboBreaker
AKU 25f4d9d658
Add 2020 solutions
Signed-off-by: AKU <tom@tdpain.net>
2021-11-27 20:33:25 +00:00
..
go Add 2020 solutions 2021-11-27 20:33:25 +00:00
python Add 2020 solutions 2021-11-27 20:33:25 +00:00
info.json Add 2020 solutions 2021-11-27 20:33:25 +00:00
README.md Add 2020 solutions 2021-11-27 20:33:25 +00:00

Day 25: Combo Breaker

Merry Christmas!

That's Advent of Code done for this year. At the time of writing this, I've not gotten all 49 stars up to this point, so I've got no way to get the 50th star. Even so, I feel slightly cheated out of a part two haha.

I might go back and try some of the other challenges from this year that I didn't complete.

Script output
 python python ft
AoC 2020: day 25 - Combo Breaker
Python 3.8.5

Test cases
1.1 pass in 0.0 seconds

Answers
Part 1: 297257 in 7.089499235153198 seconds
Part 2: 0 in 0.0 seconds

 go run .\go\ ft
AoC 2020: day 25 - Combo Breaker
Go go1.15.2

Test cases
1.1 pass in 0.00000000 seconds

Answers
Part 1: 297257 in 0.13749980 seconds
Part 2: 0 in 0.00000000 seconds