Skip to content

Commit 703383a

Browse files
authored
Update reconstruct-itinerary.py
1 parent e0cfc8e commit 703383a

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,4 +1,4 @@
1-
# Time: O(|V| + |E|log|E|)
1+
# Time: O(|V| + |E|log|V|)
22
# Space: O(|V| + |E|)
33

44
# Hierholzer Algorithm

0 commit comments

Comments
 (0)