| Modifier and Type | Field and Description |
|---|---|
ListNode |
ListNode.next |
| Constructor and Description |
|---|
ListNode(int val,
ListNode next) |
| Modifier and Type | Method and Description |
|---|---|
ListNode |
Solution.addTwoNumbers(ListNode l1,
ListNode l2) |
| Modifier and Type | Method and Description |
|---|---|
ListNode |
Solution.addTwoNumbers(ListNode l1,
ListNode l2) |
| Modifier and Type | Method and Description |
|---|---|
ListNode |
Solution.removeNthFromEnd(ListNode head,
int n) |
| Modifier and Type | Method and Description |
|---|---|
ListNode |
Solution.removeNthFromEnd(ListNode head,
int n) |
| Modifier and Type | Method and Description |
|---|---|
ListNode |
Solution.mergeTwoLists(ListNode l1,
ListNode l2) |
| Modifier and Type | Method and Description |
|---|---|
ListNode |
Solution.mergeTwoLists(ListNode l1,
ListNode l2) |
| Modifier and Type | Method and Description |
|---|---|
ListNode |
Solution.mergeKLists(ListNode[] lists) |
| Modifier and Type | Method and Description |
|---|---|
ListNode |
Solution.mergeKLists(ListNode[] lists) |
| Modifier and Type | Method and Description |
|---|---|
ListNode |
Solution.swapPairs(ListNode head) |
| Modifier and Type | Method and Description |
|---|---|
ListNode |
Solution.swapPairs(ListNode head) |
| Modifier and Type | Method and Description |
|---|---|
ListNode |
Solution.reverseKGroup(ListNode head,
int k) |
| Modifier and Type | Method and Description |
|---|---|
ListNode |
Solution.reverseKGroup(ListNode head,
int k) |
Copyright © 2021. All rights reserved.