Loading

摘要: Given an array, rotate the array to the right by k steps, where k is non-negative. Example 1: Input: nums = [1,2,3,4,5,6,7], k = 3 Output: [5,6,7,1,2, 阅读全文
posted @ 2022-01-30 11:12 aalanwyr 阅读(59) 评论(0) 推荐(0)