Implement alternative solution for d9

This commit is contained in:
2024-12-09 22:13:25 -05:00
parent 2a10543852
commit e9211c26a3
2 changed files with 81 additions and 4 deletions

View File

@@ -1,8 +1,4 @@
from lib import get_data
from lib import Grid2D
from lib import ints
from itertools import combinations
from collections import defaultdict
from copy import deepcopy
data = get_data(__file__)