Skip to content

Instantly share code, notes, and snippets.

View tuzepoito's full-sized avatar

tuzepoito

View GitHub Profile
@nirenjan
nirenjan / viz.py
Last active December 18, 2021 22:54
Advent of Code - 2021 day 16 - visualization
#!/usr/bin/env -S python3 -u
import sys
import time
from functools import reduce
from io import StringIO
import aocutil