[mypy] Add/fix type annotations for binary trees in data structures (… · zinating/algorithms-python@2595cf0 · GitHub
Skip to content

Commit 2595cf0

Browse files
[mypy] Add/fix type annotations for binary trees in data structures (TheAlgorithms#4085)
* fix mypy: data_structures:binary_tree * mypy --strict for binary_trees in data_structures * fix pre-commit Co-authored-by: LiHao <leo_how@163.com>
1 parent 97b6ca2 commit 2595cf0

3 files changed

Lines changed: 84 additions & 57 deletions

File tree

data_structures/binary_tree/binary_search_tree_recursive.py

Lines changed: 62 additions & 37 deletions

data_structures/binary_tree/lazy_segment_tree.py

Lines changed: 5 additions & 4 deletions

0 commit comments

Comments
 (0)