X-Git-Url: https://git.sommitrealweird.co.uk/advent-of-code-2021.git/blobdiff_plain/f9e8b7ad8be1935e1e09173294496d83b196387f..f1b1e23447bb6afd95256acfa9288a8b2680b8ee:/day14/notes.txt diff --git a/day14/notes.txt b/day14/notes.txt new file mode 100644 index 0000000..e9c7383 --- /dev/null +++ b/day14/notes.txt @@ -0,0 +1,7 @@ +Original poly.sh is a bit brute forcey + +poly-different.sh was required to do part 2 without running out of memory, and +in a reasonable amount of time. As the parts are in pairs, but the pairs +overlap, the counting mech will get the count doubled by default, and we also +have to remember to add 1 count of the char at the start and the end of the +template.