Class Solution
- java.lang.Object
-
- g0001_0100.s0092_reverse_linked_list_ii.Solution
-
public class Solution extends Object
-
-
Constructor Summary
Constructors Constructor Description Solution()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListNode
reverse(ListNode head)
ListNode
reverseBetween(ListNode head, int left, int right)
-