Adam's blog
Published by Adam
摘要: 链接 给定一个整数数组 nums,按要求返回一个新数组 counts。数组 counts 有该性质: counts[i] 的值是 nums[i] 右侧小于 nums[i] 的元素的数量。 示例: 未使用的STL的lower_bound()的模拟法加查找代码,因为减少了函数调用,效率会高很多 3. 记 阅读全文
posted @ 2019-01-02 14:30 AdamWong 阅读(6804) 评论(0) 推荐(1) 编辑