Skip to content

Commit 51e0f7b

Browse files
authored
Update reconstruct-itinerary.py
1 parent 87464c4 commit 51e0f7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/reconstruct-itinerary.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Time: O(|V| + |E|log|E|)
22
# Space: O(|V| + |E|)
3-
# Hierholzer Algorithm
43

4+
# Hierholzer Algorithm
55
import collections
66

77

0 commit comments

Comments
 (0)