I think we can further reduce the iterations in da...
# advent-of-code
k
I think we can further reduce the iterations in day 5 part 2 by using the result from part 1 as well as only using the set of alphabets in the polymer instead of going fro A..Z
a
Sounds good in theory but given that my solution for Part 1 has > 9000 characters I'd be surprised in any of the 26 letters were missing.
k
Agreed