Skip to content

Commit 19aa460

Browse files
authored
Update minimum-cost-to-merge-stones.py
1 parent ae26598 commit 19aa460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/minimum-cost-to-merge-stones.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Time: O(n^3/k)
1+
# Time: O(n^3 / k)
22
# Space: O(n^2)
33

44
class Solution(object):

0 commit comments

Comments
 (0)