javascript-algorithms icon indicating copy to clipboard operation
javascript-algorithms copied to clipboard

🐛 Needed code modification for insert method in LinkList code

Open harishnanthans opened this issue 2 years ago • 1 comments

If I use the below-insert method, I will give the input as insert(value, lengthOfTheList). In this scenario, the value is added to the end of the list, but the tail is not changed to the end of the list.

image

In the above example, I add the value at the end of the list, but the tail is not changed to the end. 🐛 tail has another node.

harishnanthans avatar Mar 04 '23 05:03 harishnanthans

Hi there,

I want to contribute to this project and take on this issue as my first task. Could you please assign it to me? I am excited to work towards resolving it and will keep the team updated on my progress.

Thanks!

HemanthPaila avatar Mar 31 '23 03:03 HemanthPaila