Closed ShivamYadav-Coding closed 4 years ago
can you assign this to me in c++?
Can I also work on it, using java?
Can I solve using C++? Thank you.
Can I solve it in JAVA? Thank you.
@almas-ashruff @dhairya-parikh They are already assigned, choose another issue.
Can I solve it in Python? Thank you.
Feature ✅
Description
Given a linked list, find 'n'th node from the end for a given value of n (n > 0).
Example
For example, for the following linked list
if n = 2, we have to find 2nd node from the end which is node 6. if n = 1, we have to find 1st node from the end which is node 7.
Checklist:
Contributors are supposed to mention their coding language while asking for assignment