We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a7499c commit fd28a72Copy full SHA for fd28a72
aoc/2025/09/09.vn.py
@@ -58,7 +58,7 @@ def inter(self, ray):
58
xs = sorted(set(x for x, y in inp))
59
ys = sorted(set(y for x, y in inp))
60
61
-original = inp
+
62
inp = [(xs.index(x), ys.index(y)) for x, y in inp]
63
64
edges = []
0 commit comments