diff --git a/2020/src/day13.nim b/2020/src/day13.nim index 6716510..cbed782 100644 --- a/2020/src/day13.nim +++ b/2020/src/day13.nim @@ -22,6 +22,7 @@ proc part2*(s: Stream): int = var i = 0 while true: # TODO: this takes too long, need to learn the math? + # maybe between each bus there is a regular period of these "coincidences" and we can reduce along those? for j in 1..