Day 1 - Remove Nth Node From End of List

abh1navv

Abhinav Pandey

Posted on July 26, 2021

Day 1 - Remove Nth Node From End of List

Starting with 100 days of code challenge to focus on writing code everyday outside normal work which usually does not let me write too much code.

Most of my code will be LeetCode problems - a new one every day. Medium on a normal day, Hard on holidays, Easy on a bad day.

Apart from this, there could be days where I may not do Leetcode problems. On these days, I may do something new or work on a side project.

Day 1 - Remove Nth Node From End of List - Leetcode problem

Problem and my solution can be found in my github repo along with all other problems I have solved till date.

Github link to problem and solution

You can also connect with me at  
LinkedIn
Twitter/@abh1navv

💖 💪 🙅 🚩
abh1navv
Abhinav Pandey

Posted on July 26, 2021

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related