Skip to content

Commit dfc3f22

Browse files
author
Hamid Gasmi
committed
#238 is completed
1 parent db3ff6e commit dfc3f22

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

09-problems/lc_743_network_delay_time.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import math
22
import heapq
3-
import collections
4-
3+
54
class Solution:
65
def network_delay_time(self, times: List[List[int]], N: int, K: int) -> int:
76

0 commit comments

Comments
 (0)