mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-24 05:21:09 +00:00
0d3c9d586c
* Update singly_linked_list.py printing current.data rather than node address in __repr__ for a more readable print statement * eval(repr(c)) == c The output of `__repr__()` _should look like a valid Python expression that could be used to recreate an object with the same value_. https://docs.python.org/3.4/reference/datamodel.html#object.__repr__ * += --> + |
||
---|---|---|
.. | ||
__init__.py | ||
circular_linked_list.py | ||
doubly_linked_list.py | ||
from_sequence.py | ||
is_palindrome.py | ||
print_reverse.py | ||
singly_linked_list.py | ||
swap_nodes.py |