-
-
Notifications
You must be signed in to change notification settings - Fork 46.6k
Fix doubly linked list algorithm #2062
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
Fix doubly linked list algorithm #2062
Conversation
This also includes adding the doctests from #2052 |
Create __str__() method for Node class and LinkedList class
Returns empty string if there are no elements in the list
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Please reopen this issue once you commit the changes requested or make improvements on the code. Thank you for your contributions. |
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.
Thanks to the commenters. And 10*
thank you for your pull request!🤩
Hey @TheSuperNoob, TravisCI finished with status TravisBuddy Request Identifier: 2ecb6580-d42d-11ea-9b7b-6b7bbdba586d |
* Fix doubly linked list algorithm * Fix bug with insert_at_tail method Create __str__() method for Node class and LinkedList class * Simplify __str__() of LinkedList Returns empty string if there are no elements in the list * Fix description
Describe your change:
Checklist:
Fixes: #{$ISSUE_NO}
.