成吉思(刷)
Thursday, February 18, 2016
LeetCode Q61: Rotate List
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
.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment