1535. 找出数组游戏的赢家
找出数组游戏的赢家
- 难度:
medium - 原始链接: https://leetcode.cn/problems/find-the-winner-of-an-array-game
- 标签:
模拟
解法一: 模拟
1 | func getWinner(arr []int, k int) int { |
medium模拟1 | func getWinner(arr []int, k int) int { |
Update your browser to view this website correctly.&npsb;Update my browser now