Skip to content

Commit d296997

Browse files
committed
Update reconstruct-itinerary.py
1 parent a1a96b0 commit d296997

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/reconstruct-itinerary.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Time: O(t! / (n1! * n2! * ... nk!)), t is the total number of tickets,
2-
# ni is the number of ticket which from is node i,
2+
# ni is the number of the ticket which from is city i,
33
# k is the total number of cities.
44
# Space: O(t)
55

0 commit comments

Comments
 (0)