Skip to content

Commit 11748b5

Browse files
authored
Update sort-the-jumbled-numbers.cpp
1 parent 5989695 commit 11748b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

C++/sort-the-jumbled-numbers.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Time: O(nlogn)
1+
// Time: O(nlogm + nlogn), m is the max of nums
22
// Space: O(n)
33

44
// sort

0 commit comments

Comments
 (0)