Skip to content

Commit ffa31a6

Browse files
committed
Runtime: 2982 ms (Top 22.53%) | Memory: 27.5 MB (Top 95.77%)
1 parent 12570d4 commit ffa31a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/algorithms/S/Stone Game IX/Stone Game IX.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Runtime: 2982 ms (Top 22.53%) | Memory: 27.5 MB (Top 95.77%)
12
class Solution:
23
def stoneGameIX(self, stones: List[int]) -> bool:
34
u, d, t = 0, 0, 0

0 commit comments

Comments
 (0)