Skip to content

Commit 6286238

Browse files
committed
Update reconstruct-itinerary.cpp
1 parent 1027e5f commit 6286238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

C++/reconstruct-itinerary.cpp

+1-1
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)