Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃悰 Needed code modification for insert method in LinkList code #1004

Open
harishnanthan opened this issue Mar 4, 2023 · 1 comment 路 May be fixed by #1020
Open

馃悰 Needed code modification for insert method in LinkList code #1004

harishnanthan opened this issue Mar 4, 2023 · 1 comment 路 May be fixed by #1020

Comments

@harishnanthan
Copy link

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.

@harishnanthan harishnanthan changed the title 馃悰 Needed code modification for insert in LinkList code 馃悰 Needed code modification for insert method in LinkList code Mar 4, 2023
@HemanthPaila
Copy link

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!

@xyn22 xyn22 linked a pull request Apr 8, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants