Fix doubly linked list algorithm#2062
Merged
poyea merged 4 commits intoTheAlgorithms:masterfrom Aug 2, 2020
TheSuperNoob:fix-doubly-linked-list
Merged
Fix doubly linked list algorithm#2062poyea merged 4 commits intoTheAlgorithms:masterfrom TheSuperNoob:fix-doubly-linked-list
poyea merged 4 commits intoTheAlgorithms:masterfrom
TheSuperNoob:fix-doubly-linked-list
Conversation
Contributor
Author
|
This also includes adding the doctests from #2052 |
mquevill
suggested changes
Jun 22, 2020
cclauss
reviewed
Jun 23, 2020
cclauss
reviewed
Jun 23, 2020
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. |
poyea
approved these changes
Aug 1, 2020
Member
poyea
left a comment
There was a problem hiding this comment.
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 |
stokhos
pushed a commit
to stokhos/Python
that referenced
this pull request
Jan 3, 2021
* 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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Describe your change:
Checklist:
Fixes: #{$ISSUE_NO}.