Skip to content

Commit 5fd2ae3

Browse files
authored
Update play-with-chips.py
1 parent 989a00c commit 5fd2ae3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Python/play-with-chips.py

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Time: O(n)
2+
# Space: O(1)
3+
14
class Solution(object):
25
def minCostToMoveChips(self, chips):
36
"""

0 commit comments

Comments
 (0)