~noelle/aoc-2021

38dde3bdd11fcaf2ef19d8f7267a2f3784a2fc97 — Noelle Leigh 3 years ago de67d07
08_2: add commentary
1 files changed, 3 insertions(+), 0 deletions(-)

M 08/puzzle_2.py
M 08/puzzle_2.py => 08/puzzle_2.py +3 -0
@@ 2,6 2,9 @@
Solution for AoC 2021 08 Puzzle

cat input.txt | python puzzle_2.py

All these functions definitely could be made more efficient using memoization,
but it's fast enough ¯\_(ツ)_/¯ and it shows my deduction process.
"""
import sys