Package | Description |
---|---|
ltd.fdsa.research.algorithm |
Modifier and Type | Field and Description |
---|---|
Solution.ListNode |
Solution.ListNode.next |
Modifier and Type | Method and Description |
---|---|
Solution.ListNode |
Solution.addTwoNumbers(Solution.ListNode l1,
Solution.ListNode l2) |
Solution.ListNode |
Solution.removeNthFromEnd(Solution.ListNode head,
int n) |
Modifier and Type | Method and Description |
---|---|
Solution.ListNode |
Solution.addTwoNumbers(Solution.ListNode l1,
Solution.ListNode l2) |
Solution.ListNode |
Solution.removeNthFromEnd(Solution.ListNode head,
int n) |
Constructor and Description |
---|
ListNode(int val,
Solution.ListNode next) |
Copyright © 2022. All rights reserved.