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 5989695 commit 11748b5Copy full SHA for 11748b5
C++/sort-the-jumbled-numbers.cpp
@@ -1,4 +1,4 @@
1
-// Time: O(nlogn)
+// Time: O(nlogm + nlogn), m is the max of nums
2
// Space: O(n)
3
4
// sort
0 commit comments