We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12570d4 commit ffa31a6Copy full SHA for ffa31a6
scripts/algorithms/S/Stone Game IX/Stone Game IX.py
@@ -1,3 +1,4 @@
1
+# Runtime: 2982 ms (Top 22.53%) | Memory: 27.5 MB (Top 95.77%)
2
class Solution:
3
def stoneGameIX(self, stones: List[int]) -> bool:
4
u, d, t = 0, 0, 0
0 commit comments