摘要: 384. Shuffle an Array random.nextInt(n) 返回[0, n) 的随机数,故要+1; class Solution { private int[] nums; private Random random; public Solution(int[] nums) { 阅读全文
posted @ 2019-11-12 11:42 阿飞哦 阅读(93) 评论(0) 推荐(0) 编辑