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 de7e5c9 commit f0fe7bfCopy full SHA for f0fe7bf
Python/gcd-sort-of-an-array.py
@@ -1,4 +1,4 @@
1
-# Time: O(n * α(n) + m * log(logm)) ~= O(n + m), m is the max of nums
+# Time: O(nlogn + n * α(n) + m * log(logm)) ~= O(nlogn + m), m is the max of nums
2
# Space: O(n + m)
3
4
import itertools
0 commit comments