2974. 最小数字游戏
最小数字游戏
- 难度:
easy - 原始链接: https://leetcode.cn/problems/minimum-number-game
- 标签:
排序
解法一: 排序
1 | func numberGame(nums []int) []int { |
easy排序1 | func numberGame(nums []int) []int { |
Update your browser to view this website correctly.&npsb;Update my browser now