Remove Nth Node From End of List | Live Coding with Explanation | Leetcode - 19

preview_player
Показать описание

To support us you can donate

Check out our other popular playlists:
Questions you might like:

If you find any difficulty or have any query then do COMMENT below. PLEASE help our channel by SUBSCRIBING and LIKE our video if you found it helpful.

#coding #leetcode #programminglife #programmingisfun #programmer #tech #software #codinglife #leetcode
Рекомендации по теме
Комментарии
Автор

We hope you all are enjoying our videos!!! Don't forget to leave a comment!!! Please like the video to support us!!!

Questions you might like:

Struggling in a question??

Leave in a comment and we will make a video!!!🙂🙂🙂

AlgorithmsMadeEasy
Автор

Thanks for the lovely explanation buddy! Keep up the good work!

Phoenix-uxdh
Автор

Rajat, thank you for the hard work ! :)

yuezhang
Автор

How is this even working you are iterating for n+1, suppose you have to delete 3rd node from last that means you are iterating for n=1 to n<=4 isn't it wrong you are taking 4 jumpes that is you are at 5th node from starting but you should be at 4th node so isn't condition should be for i=1 i <N+1

anantjain