You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
harishnanthan
changed the title
🐛 Needed code modification for insert in LinkList code
🐛 Needed code modification for insert method in LinkList code
Mar 4, 2023
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.
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.
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.
The text was updated successfully, but these errors were encountered: