Skip to content

Fix: LinkedList tail update on removal of head and tail nodes#5

Open
AngelDev2110 wants to merge 1 commit intomidudev:mainfrom
AngelDev2110:fix/linked-list-tail-update
Open

Fix: LinkedList tail update on removal of head and tail nodes#5
AngelDev2110 wants to merge 1 commit intomidudev:mainfrom
AngelDev2110:fix/linked-list-tail-update

Conversation

@AngelDev2110
Copy link

@AngelDev2110 AngelDev2110 commented Mar 13, 2026

This PR fixes an issue in the delete method of the LinkedList implementation where the tail reference was not correctly updated when deleting the last node in the list.

@vercel
Copy link

vercel bot commented Mar 13, 2026

@AngelDev2110 is attempting to deploy a commit to the midudev pro Team on Vercel.

A member of the Team first needs to authorize it.

@AngelDev2110 AngelDev2110 changed the title Fix LinkedList tail update on removal of head and tail nodes Fix: LinkedList tail update on removal of head and tail nodes Mar 13, 2026
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 this pull request may close these issues.

1 participant