mirror of
https://github.com/bertptrs/adventofcode.git
synced 2026-05-11 15:20:35 +02: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.