189. Rotate Array
摘要:
1. 问题描述 189. Rotate ArrayRotate an array of n elements to the right by k steps.For example, with n = 7 and k = 3, the array [1,2,3,4,5,6,7] is rotated 阅读全文
posted @ 2016-09-10 23:43 whl-hl 阅读(199) 评论(0) 推荐(1) 编辑