We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 989a00c commit 5fd2ae3Copy full SHA for 5fd2ae3
Python/play-with-chips.py
@@ -1,3 +1,6 @@
1
+# Time: O(n)
2
+# Space: O(1)
3
+
4
class Solution(object):
5
def minCostToMoveChips(self, chips):
6
"""
0 commit comments