nkpal03 / CPP-DSA

A C/C++ master repo for DSA.
12 stars 25 forks source link

Nth node from end in linked list #70

Closed sachin2496 closed 1 year ago

sachin2496 commented 1 year ago

Please assign this to me . I have added a code which uses two pointer for finding nth node from end in single traversal.