Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add algorithm to check binary search tree (TheAlgorithms#7947)
* add algorithm to check binary search tree * add tests * add leetcode link * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix typehints * typehints fixes * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update data_structures/binary_tree/is_bst.py Co-authored-by: Caeden Perelli-Harris <[email protected]> * Update data_structures/binary_tree/is_bst.py Co-authored-by: Caeden Perelli-Harris <[email protected]> * Update data_structures/binary_tree/is_bst.py Co-authored-by: Caeden Perelli-Harris <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix flake8 * fix typehint * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * add TreeNode resolving * Update data_structures/binary_tree/is_bst.py Co-authored-by: Caeden Perelli-Harris <[email protected]> * Update data_structures/binary_tree/is_bst.py Co-authored-by: Caeden Perelli-Harris <[email protected]> * Update data_structures/binary_tree/is_bst.py Co-authored-by: Caeden Perelli-Harris <[email protected]> * Update data_structures/binary_tree/is_bst.py Co-authored-by: Christian Clauss <[email protected]> * change func name * Update data_structures/binary_tree/is_bst.py Co-authored-by: Christian Clauss <[email protected]> * review notes fixes. * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix flake8 * fix flake 8 * fix doctest * Update data_structures/binary_tree/is_bst.py Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Caeden Perelli-Harris <[email protected]> Co-authored-by: Christian Clauss <[email protected]>
- Loading branch information