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 e0cfc8e commit 703383aCopy full SHA for 703383a
Python/reconstruct-itinerary.py
@@ -1,4 +1,4 @@
1
-# Time: O(|V| + |E|log|E|)
+# Time: O(|V| + |E|log|V|)
2
# Space: O(|V| + |E|)
3
4
# Hierholzer Algorithm
0 commit comments