摘要: 线段树解法 + 二分 class Solution { public int minimumDifference(int[] nums, int k) { this.nums = nums; this.n = nums.length; return check(k); } public static 阅读全文
posted @ 2024-06-03 22:17 fishcanfly 阅读(31) 评论(0) 推荐(0)
//雪花飘落效果