mirror of
https://github.com/TheAlgorithms/Python.git
synced 2026-01-29 19:23:05 +08:00
* 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