pratik-choudhari / AlgoCode

Welcome everyone!🌟 Here you can solve problems, build scrappers and much more💻
https://github.com/pratik-choudhari/AlgoCode
MIT License
131 stars 166 forks source link

Find 'n'th node from the end of a linked list #271

Closed ShivamYadav-Coding closed 4 years ago

ShivamYadav-Coding commented 4 years ago

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 image

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

dhruvin5 commented 4 years ago

can you assign this to me in c++?

marlonluca commented 4 years ago

Can I also work on it, using java?

almas-ashruff commented 4 years ago

Can I solve using C++? Thank you.

dhairya-parikh commented 4 years ago

Can I solve it in JAVA? Thank you.

pratik-choudhari commented 4 years ago

@almas-ashruff @dhairya-parikh They are already assigned, choose another issue.

Shreejichandra commented 4 years ago

Can I solve it in Python? Thank you.