This is a cliche problem, all I have learned is don’t forget the corner case of head node in linkedlist problem!!!!!!!!!
Descrption
https://leetcode.com/problems/remove-nth-node-from-end-of-list/description/
Solution
1 | /** |
Why don't you come to your senses?
This is a cliche problem, all I have learned is don’t forget the corner case of head node in linkedlist problem!!!!!!!!!
https://leetcode.com/problems/remove-nth-node-from-end-of-list/description/
1 | /** |