master
Rename binary_tree_traversals.md to README.md (#10599)
Add __init__.py files in all the directories (#2503)
Fix error in avl_tree del_node function (#11510)
Enable ruff RUF100 rule (#11337)
Enable ruff PGH003 rule (#11345)
Enable ruff PLR5501 rule (#11332)
Add more ruff rules (#8767)
[pre-commit.ci] pre-commit autoupdate (#11322)
Binary tree path sum (#7748)
[pre-commit.ci] pre-commit autoupdate (#12398)
[Binary Tree] Different views of binary tree added (#6965)
Fix ruff errors (#8936)
fix: no implicit optional (#7984)
Make some ruff fixes (#8154)
[pre-commit.ci] pre-commit autoupdate (#11473)
[pre-commit.ci] pre-commit autoupdate (#9013)
[mypy] Fix type annotations in `data_structures/binary_tree/lowest_common_ancestor.py` (#5757)
Fix Max Fenwick Tree (#6328)
Added max_sum_bst.py (#11832)
Fix sphinx/build_docs warnings for data_structures/binary_tree/mirror_binary_tree (#12470)
Enable ruff E741 rule (#11370)
Fix ruff (#11527)
Changed the N to self.N in show_data in segment_tree.py (#11276)
serialize deserialize binary tree (#9625)
Improve comments, add doctests in symmetric_tree.py (#11619)
Fix some SIM114 per file ignores (#11395)