Package g0001_0100.s0061_rotate_list
Class Solution
-
- All Implemented Interfaces:
public final class Solution
-
-
Constructor Summary
Constructors Constructor Description Solution()
-
Method Summary
Modifier and Type Method Description final ListNode
rotateRight(ListNode head, Integer k)
-
-
Method Detail
-
rotateRight
final ListNode rotateRight(ListNode head, Integer k)
-
-
-
-