We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1027e5f commit 6286238Copy full SHA for 6286238
C++/reconstruct-itinerary.cpp
@@ -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