| Package | Description |
|---|---|
| s0019.remove.nth.node.from.end.of.list |
| 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) |
Copyright © 2021. All rights reserved.