mathcodes / contentfordevelopers

We aim to please users with not just another solution bank to leetcode problems, but more. Contributors are encouraged to upload and share any additional content such as visual diagrams, animated GIFs, notes, charts, or whatever they use to not only solve, but UNDERSTAND the problem at hand.
https://www.contentfordevelopers.com/
MIT License
33 stars 33 forks source link

Remove Nth Node From End of List #63

Closed rashmisubhash closed 2 years ago

rashmisubhash commented 2 years ago
  1. Given the head of a linked list, remove the nth node from the end of the list and return its head.