Skip to content

Commit 775417e

Browse files
authored
Update gcd-sort-of-an-array.cpp
1 parent 4a1a207 commit 775417e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

C++/gcd-sort-of-an-array.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Time: O(n * α(n) + m * log(logm)) ~= O(n + m), m is the max of nums
2-
// Space: O(n)
2+
// Space: O(n + m)
33

44
class Solution {
55
public:

0 commit comments

Comments
 (0)