Python/data_structures
Christian Clauss 26ffad9d17
Simplify is_bst.py (#10627)
* Simplify is_bst.py

* updating DIRECTORY.md

* Update is_bst.py

* Rename is_bst.py to is_sorted.py

* updating DIRECTORY.md

* Update data_structures/binary_tree/is_sorted.py

Co-authored-by: Tianyi Zheng <tianyizheng02@gmail.com>

---------

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
Co-authored-by: Tianyi Zheng <tianyizheng02@gmail.com>
2023-10-19 13:31:51 -04:00
..
arrays Add arrays/sudoku_solver.py (#10623) 2023-10-17 19:07:40 +02:00
binary_tree Simplify is_bst.py (#10627) 2023-10-19 13:31:51 -04:00
disjoint_set Add more ruff rules (#8767) 2023-05-26 09:34:17 +02:00
hashing Ruff pandas vet (#10281) 2023-10-11 14:30:02 -04: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 Ruff pandas vet (#10281) 2023-10-11 14:30:02 -04:00
queue [bug fixing] Edge case of the double ended queue (#9823) 2023-10-05 10:00:48 -04:00
stacks added implementing stack using two queues (#10076) 2023-10-15 18:41:29 +02:00
trie Fix radix_tree.py insertion fail in ["*X", "*XX"] cases (#8870) 2023-07-24 11:29:05 +02:00
__init__.py Add __init__.py files in all the directories (#2503) 2020-09-28 19:42:36 +02:00