Python/data_structures/binary_tree
Christian Clauss d1b25760bc
Fix psf/black issues than fail the build (#1935)
* Fix psf/black issues than fail the build

* fixup! Format Python code with psf/black push

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
2020-05-03 23:58:44 +02:00
..
avl_tree.py
basic_binary_tree.py
binary_search_tree_recursive.py
binary_search_tree.py
fenwick_tree.py
lazy_segment_tree.py
lowest_common_ancestor.py
non_recursive_segment_tree.py
number_of_possible_binary_trees.py
red_black_tree.py
segment_tree_other.py
segment_tree.py
treap.py