mirror of
https://github.com/bertptrs/adventofcode.git
synced 2026-03-27 00:40:35 +01:00
Heapq is compatible with both python 3 and 2.7. It is also slightly faster because it doesn't use locking.
Heapq is compatible with both python 3 and 2.7. It is also slightly faster because it doesn't use locking.