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

Nth Node from The end Of the LinkedList #472

Closed Nishitk-20 closed 3 years ago

Nishitk-20 commented 3 years ago

Feature ✅

Description

Given a Linked List and a number n, write a program that prints the value at the n’th node from the end of the Linked List.

Example

Checklist:

Contributors are supposed to mention their coding language while asking for assignment

Nishitk-20 commented 3 years ago

I will like to solve this using cpp

pratik-choudhari commented 3 years ago

@Nishitk-20 A similar issue has already been implemented.