摘要: Given an array A, we may rotate it by a non-negative integer K so that the array becomes A[K], A[K+1], A{K+2], ... A[A.length - 1], A[0], A[1], ..., A 阅读全文
posted @ 2018-07-06 12:13 Grandyang 阅读(3426) 评论(1) 推荐(1)
Fork me on GitHub