** 向右移动数组解法2 解法思想 : 移动次数简化同上面分析。然后我们从最数组的第一位开始,挨个一次将元素移动到目标位置,移动n次,那么所有元素都将到达最后的位置. 如果内层刚好移动到 */
(nums []int, k int)
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected