Day 14
[advent-of-code-2021.git] / day14 / notes.txt
1 Original poly.sh is a bit brute forcey
2
3 poly-different.sh was required to do part 2 without running out of memory, and
4 in a reasonable amount of time. As the parts are in pairs, but the pairs
5 overlap, the counting mech will get the count doubled by default, and we also
6 have to remember to add 1 count of the char at the start and the end of the
7 template.