Fix doubly linked list algorithm (#2062) · zinating/algorithms-python@b2e8672 · GitHub
Skip to content

Commit b2e8672

Browse files
authored
Fix doubly linked list algorithm (TheAlgorithms#2062)
* 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
1 parent b875f66 commit b2e8672

1 file changed

Lines changed: 92 additions & 56 deletions

File tree

data_structures/linked_list/doubly_linked_list.py

Lines changed: 92 additions & 56 deletions

0 commit comments

Comments
 (0)