Skip to content

Commit 675b86c

Browse files
authored
Update avoid-flood-in-the-city.py
1 parent 7963080 commit 675b86c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Python/avoid-flood-in-the-city.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# Space: O(n)
33

44
import collections
5+
import heapq
56

67

78
class Solution(object):

0 commit comments

Comments
 (0)