Design an algorithm to move the N elements in an array cyclically from left to right for K times.The time complexity of algorithm should be O(N).
英
美
- 在程序中经常需要定义一组相关并且数量固定的常量,如颜色列表、一周的每一天等,枚举类型就是用于定义类似常量的。
