877. Stone Game——dp

題目分析:dp[i][j]爲i到j  Alex贏lee的個數 class Solution(object):     def stoneGame(self, piles):         """         :type piles: List[int]         :rtype: bool         """         length = len(piles)         d
相關文章
相關標籤/搜索