Macintosh
MacintoshZone
全部博文(53)
2014年(53)
vallrock
binary_s
cpuieng
仙林大老
iamconan
zkdnfcf
liuxb021
明镜台10
奔跑着的
分类: C/C++
2014-10-07 15:26:48
Given a list, rotate the list to the right by k places, where k is non-negative.
For example: Given 1->2->3->4->5->NULL and k = 2, return 4->5->1->2->3->NULL.
上一篇:Leetcode---Longest Palindromic Substring
下一篇:Leetcode---Implement strStr()
登录 注册