摘要: Description Given the array nums, for each nums[i] find out how many numbers in the array are smaller than it. That is, for each nums[i] you have to c 阅读全文
posted @ 2020-05-27 19:06 arcsinW 阅读(177) 评论(0) 推荐(0) 编辑
摘要: Description Given an array, rotate the array to the right by k steps, where k is non-negative. Follow up: Try to come up as many solutions as you can, 阅读全文
posted @ 2020-05-27 19:05 arcsinW 阅读(116) 评论(0) 推荐(0) 编辑