Python/data_structures
Frank-1998 b0f871032e
Fix removing the root node in binary_search_tree.py removes the whole tree (#8752)
* fix issue #8715

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-06-18 18:30:06 +02:00
..
arrays Update permutations.py (#8102) 2023-05-31 12:56:59 +12:00
binary_tree Fix removing the root node in binary_search_tree.py removes the whole tree (#8752) 2023-06-18 18:30:06 +02:00
disjoint_set Add more ruff rules (#8767) 2023-05-26 09:34:17 +02:00
hashing Bloom Filter (#8615) 2023-04-08 19:39:24 +02:00
heap Solving the Top k most frequent words problem using a max-heap (#8685) 2023-04-27 23:02:07 +05:30
linked_list Add more ruff rules (#8767) 2023-05-26 09:34:17 +02:00
queue Delete queue_on_two_stacks.py which duplicates queue_by_two_stacks.py (#8624) 2023-04-08 17:46:19 +05:30
stacks Add more ruff rules (#8767) 2023-05-26 09:34:17 +02:00
trie Added Radix Tree in data structures (#6616) 2022-10-31 14:14:33 +01:00
__init__.py Add __init__.py files in all the directories (#2503) 2020-09-28 19:42:36 +02:00