diff --git a/Python/super-ugly-number.py b/Python/super-ugly-number.py index 993afd326..3775efbb3 100644 --- a/Python/super-ugly-number.py +++ b/Python/super-ugly-number.py @@ -1,4 +1,4 @@ -# Time: O(n * logk) ~ O(n * k) +# Time: O(n * k) # Space: O(n + k) # Write a program to find the nth super ugly number.