文件名称:SharingSource#LogicStack-LeetCode#396. 旋转函数(中等)1
文件大小:4KB
文件格式:MD
更新时间:2022-07-25 14:28:22
leetcode
我们需要增加「新右端点」的值,即增加 $nums[i + n] * (n - 1)$,同时减去「旧左端点」的值,即减少 $nums[i] * 0$(固定为 $0
文件名称:SharingSource#LogicStack-LeetCode#396. 旋转函数(中等)1
文件大小:4KB
文件格式:MD
更新时间:2022-07-25 14:28:22
leetcode
我们需要增加「新右端点」的值,即增加 $nums[i + n] * (n - 1)$,同时减去「旧左端点」的值,即减少 $nums[i] * 0$(固定为 $0