We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0b6f5f commit 563ed9bCopy full SHA for 563ed9b
python/y2024/d14/aoc_2024_14.py
@@ -1,5 +1,6 @@
1
import functools
2
import operator
3
+from collections import Counter
4
from dataclasses import dataclass
5
6
from common import Puzzle, timer
0 commit comments