Python/data_structures
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
..
binary_tree Tighten up psf/black and flake8 (#2024) 2020-05-22 08:10:11 +02:00
data_structures/heap pyupgrade --py37-plus **/*.py (#1654) 2020-01-03 22:25:36 +08:00
disjoint_set Add disjoint set (#1194) 2019-09-23 05:08:20 +02:00
hashing Tighten up psf/black and flake8 (#2024) 2020-05-22 08:10:11 +02:00
heap Tighten up psf/black and flake8 (#2024) 2020-05-22 08:10:11 +02:00
linked_list data_structures/linked_list: Add __len__() function and tests (#2047) 2020-05-31 11:37:45 +02:00
queue change method name from front to get_front (#1943) 2020-05-06 11:19:44 +05:30
stacks Tighten up psf/black and flake8 (#2024) 2020-05-22 08:10:11 +02:00
trie Tighten up psf/black and flake8 (#2024) 2020-05-22 08:10:11 +02:00