Day 14
[advent-of-code-2021.git] / day14 / notes.txt
diff --git a/day14/notes.txt b/day14/notes.txt
new file mode 100644 (file)
index 0000000..e9c7383
--- /dev/null
@@ -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.