Python/data_structures/linked_list
Lakshmikanth2001 321b1425e3
data_structures/linked_list: Add __len__() function and tests (#2047)
* Update __init__.py

please add a function to get length of linked list

* Update __init__.py

* Update doubly_linked_list.py

all size function lo doubly linked list class

* prime number _better method

* comments

* Updated init.py 2

made it more pythonic

* updated length function

* commnet in linked_list construtor

* Update data_structures/linked_list/__init__.py

accepecting changes

Co-authored-by: Christian Clauss <cclauss@me.com>

* Update data_structures/linked_list/__init__.py

Co-authored-by: Christian Clauss <cclauss@me.com>

* Update __init__.py

* Revert changes to doubly_linked_list.py

* Revert changes to prime_check.py

Co-authored-by: Christian Clauss <cclauss@me.com>
2020-05-31 11:37:45 +02:00
..
__init__.py data_structures/linked_list: Add __len__() function and tests (#2047) 2020-05-31 11:37:45 +02:00
circular_linked_list.py circular_linked_list: Add more len() tests (#2051) 2020-05-31 13:06:57 +05:30
deque_doubly.py Tighten up psf/black and flake8 (#2024) 2020-05-22 08:10:11 +02:00
doubly_linked_list.py Wrap lines that go beyond GitHub Editor (#1925) 2020-05-01 23:36:35 +02:00
from_sequence.py GitHub Action formats our code with psf/black (#1569) 2019-11-14 19:59:43 +01:00
is_palindrome.py #315 Renamed all files to snake_case (#993) 2019-07-11 11:16:42 +02:00
middle_element_of_linked_list.py Tighten up psf/black and flake8 (#2024) 2020-05-22 08:10:11 +02:00
print_reverse.py GitHub Action formats our code with psf/black (#1569) 2019-11-14 19:59:43 +01:00
singly_linked_list.py singly_linked_list.py: psf/black (#2008) 2020-05-19 13:54:25 +02:00
skip_list.py Added SkipList (#1781) 2020-03-05 17:57:43 +01:00
swap_nodes.py Create codespell.yml (#1698) 2020-01-18 13:24:33 +01:00