anku580 / Java-Algorithms

This repository contains java algorithms and some interview questions.
11 stars 57 forks source link

Remove Nth Node From the End of Linked List #66

Closed anshraina closed 3 years ago

anshraina commented 3 years ago

This is a program that demonstrates how to remove the nth node from the end of the linked list.