We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db3ff6e commit dfc3f22Copy full SHA for dfc3f22
09-problems/lc_743_network_delay_time.py
@@ -1,7 +1,6 @@
1
import math
2
import heapq
3
-import collections
4
-
+
5
class Solution:
6
def network_delay_time(self, times: List[List[int]], N: int, K: int) -> int:
7
0 commit comments