Python/data_structures/binary_tree
Caeden 4d0c830d2c
Add flake8 pluin flake8 bugbear to pre-commit (#7132)
* ci(pre-commit): Add ``flake8-builtins`` additional dependency to ``pre-commit`` (#7104)

* refactor: Fix ``flake8-builtins`` (#7104)

* fix(lru_cache): Fix naming conventions in docstrings (#7104)

* ci(pre-commit): Order additional dependencies alphabetically (#7104)

* fix(lfu_cache): Correct function name in docstring (#7104)

* Update strings/snake_case_to_camel_pascal_case.py

Co-authored-by: Christian Clauss <cclauss@me.com>

* Update data_structures/stacks/next_greater_element.py

Co-authored-by: Christian Clauss <cclauss@me.com>

* Update digital_image_processing/index_calculation.py

Co-authored-by: Christian Clauss <cclauss@me.com>

* Update graphs/prim.py

Co-authored-by: Christian Clauss <cclauss@me.com>

* Update hashes/djb2.py

Co-authored-by: Christian Clauss <cclauss@me.com>

* refactor: Rename `_builtin` to `builtin_` ( #7104)

* fix: Rename all instances (#7104)

* refactor: Update variable names (#7104)

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* ci: Create ``tox.ini`` and ignore ``A003`` (#7123)

* revert: Remove function name changes (#7104)

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Rename tox.ini to .flake8

* Update data_structures/heap/heap.py

Co-authored-by: Dhruv Manilawala <dhruvmanila@gmail.com>

* refactor: Rename `next_` to `next_item` (#7104)

* ci(pre-commit): Add `flake8` plugin `flake8-bugbear` (#7127)

* refactor: Follow `flake8-bugbear` plugin (#7127)

* fix: Correct `knapsack` code (#7127)

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

Co-authored-by: Christian Clauss <cclauss@me.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Dhruv Manilawala <dhruvmanila@gmail.com>
2022-10-13 18:03:06 +02:00
..
__init__.py Add __init__.py files in all the directories (#2503) 2020-09-28 19:42:36 +02:00
avl_tree.py Add flake8-builtins to pre-commit and fix errors (#7105) 2022-10-13 19:53:59 +05:30
basic_binary_tree.py Pyupgrade to Python 3.9 (#4718) 2021-09-07 13:37:03 +02:00
binary_search_tree_recursive.py Add flake8 pluin flake8 bugbear to pre-commit (#7132) 2022-10-13 18:03:06 +02:00
binary_search_tree.py MAINT: Updated f-string method (#6230) 2022-07-07 16:34:07 +02:00
binary_tree_mirror.py Fixed typo (#5439) 2021-10-19 21:39:15 +02:00
binary_tree_traversals.md docs: Fix quicksort & binary tree traversal doc (#4878) 2022-04-29 01:05:21 +08:00
binary_tree_traversals.py pre-commit autoupdate: pyupgrade v2.34.0 -> v2.37.0 (#6245) 2022-07-11 10:19:52 +02:00
fenwick_tree.py Fenwick Tree (#6319) 2022-08-16 19:38:33 +02:00
inorder_tree_traversal_2022.py Binary Search Tree Inorder Traversal Algorithm (#6840) 2022-10-13 14:09:01 +02:00
lazy_segment_tree.py Add pep8-naming to pre-commit hooks and fixes incorrect naming conventions (#7062) 2022-10-13 00:54:20 +02:00
lowest_common_ancestor.py [mypy] Fix type annotations in data_structures/binary_tree/lowest_common_ancestor.py (#5757) 2021-11-03 21:34:08 +01:00
maximum_fenwick_tree.py Fix Max Fenwick Tree (#6328) 2022-09-14 09:24:55 +01:00
merge_two_binary_trees.py Add pyupgrade to pre-commit (#5638) 2021-10-28 16:45:59 +02:00
non_recursive_segment_tree.py pre-commit autoupdate: pyupgrade v2.34.0 -> v2.37.0 (#6245) 2022-07-11 10:19:52 +02:00
number_of_possible_binary_trees.py contribution guidelines checks (#1787) 2020-03-04 13:40:28 +01:00
red_black_tree.py pre-commit autoupdate: pyupgrade v2.34.0 -> v2.37.0 (#6245) 2022-07-11 10:19:52 +02:00
segment_tree_other.py Pyupgrade to python3.8 (#3616) 2020-10-21 12:46:14 +02:00
segment_tree.py Add pep8-naming to pre-commit hooks and fixes incorrect naming conventions (#7062) 2022-10-13 00:54:20 +02:00
treap.py Add pep8-naming to pre-commit hooks and fixes incorrect naming conventions (#7062) 2022-10-13 00:54:20 +02:00
wavelet_tree.py [mypy] Fix type annotations in wavelet_tree.py (#5641) 2021-10-28 22:53:02 +02:00