We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae26598 commit 19aa460Copy full SHA for 19aa460
Python/minimum-cost-to-merge-stones.py
@@ -1,4 +1,4 @@
1
-# Time: O(n^3/k)
+# Time: O(n^3 / k)
2
# Space: O(n^2)
3
4
class Solution(object):
0 commit comments