indra-kc / DSA

A collection of essential Data Structures and Algorithms implemented in Python.
0 stars 6 forks source link

Remove Nth Node from End of List #65

Open ShoomanKhatri opened 3 weeks ago

ShoomanKhatri commented 3 weeks ago

Problem: Remove the nth node from the end of a linked list.

BarryByte commented 3 weeks ago

@indra-kc Assign this issue to me.