Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 158 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 158 Bytes

算法题「旋转数组」

给定一个数组,将数组中的元素向右移动 k 个位置,其中 k 是非负数。

答案:同目录下 test.js