Skip to content

Commit

Permalink
Update super-ugly-number.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kamyu104 authored Mar 29, 2018
1 parent fcf6541 commit 77dda1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Python/super-ugly-number.py
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 77dda1c

Please sign in to comment.