mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-24 05:21:09 +00:00
c9b4b8002f
* added addAtPosition to simple linked list * added addAtPosition to simple linked list * modified the add function to take an optional position command * fixed type safety errors: * fixed type safety errors: * fixed type safety errors: * fixed type safety errors: * fixed size error * fixed size error * added doctest and updates the else after checking if posiiton argument less than 0 or not * added doctest and updates the else after checking if posiiton argument less than 0 or not * fixed the contributing.md mistake * added doctest for out of bounds position value, both negative and positive |
||
---|---|---|
.. | ||
__init__.py | ||
circular_linked_list.py | ||
deque_doubly.py | ||
doubly_linked_list_two.py | ||
doubly_linked_list.py | ||
from_sequence.py | ||
has_loop.py | ||
is_palindrome.py | ||
merge_two_lists.py | ||
middle_element_of_linked_list.py | ||
print_reverse.py | ||
singly_linked_list.py | ||
skip_list.py | ||
swap_nodes.py |