We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1a96b0 commit d296997Copy full SHA for d296997
1 file changed
Python/reconstruct-itinerary.py
@@ -1,5 +1,5 @@
1
# 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,
+# ni is the number of the ticket which from is city i,
3
# k is the total number of cities.
4
# Space: O(t)
5
0 commit comments