动态规划---预测赢家

题目描述:

Given an array of scores that are non-negative integers. Player 1 picks one of the numbers from either end of the array followed by the player 2 and then player 1 and so on. Each time a player picks a number, that number will not be available for the next player. This continues until all the scores have been chosen. The player with the maximum score wins.

Given an array of scores, predict whether player 1 is the winner. You can assume each player plays to maximize his score.

我理解的是两个玩家每次都只能从数组两端挑选数字。

posted on 2017-02-19 22:20  毛无语666  阅读(357)  评论(0编辑  收藏  举报

导航