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