mirror of
https://hub.njuu.cf/TheAlgorithms/Python.git
synced 2023-10-11 13:06:12 +08:00
b2e8672f02
* 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 |
||
---|---|---|
.. | ||
__init__.py | ||
circular_linked_list.py | ||
deque_doubly.py | ||
doubly_linked_list.py | ||
from_sequence.py | ||
is_palindrome.py | ||
middle_element_of_linked_list.py | ||
print_reverse.py | ||
singly_linked_list.py | ||
skip_list.py | ||
swap_nodes.py |