-
Notifications
You must be signed in to change notification settings - Fork 358
Updated single linked list python operations #603
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kumarankm please take input from the user.
Yeah sure, but for all those previous operations they didn't take input dynamically @noviicee |
@noviicee Done 👍🏻 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a case in the removal method when the value passed for removal is not present in the Linked List.
@noviicee Added 👍🏻 |
@kumarankm please take dynamic input from the user to insert values and form a linked list. Rest the methods look fine so far. |
@noviicee Changed 👍🏻 Got a dynamic input for every single operation 🤓 |
Have you read the Contributing Guidelines on Pull Requests?
Yes
Description
Updated the python code of singly linked list, where removing is done by using value instead of index
Checklist
Related Issues or Pull Requests
#601 [Updating singly linked list with python]
Fill up the DCP form
If you are a part of DCP 21, fill up this form after the PR is merged.
The links provided in the form will be checked thoroughly, if someone tries fooling around, strict actions will be taken against the individual.