Python/searches
Caeden 07e991d553
Add pep8-naming to pre-commit hooks and fixes incorrect naming conventions (#7062)
* ci(pre-commit): Add pep8-naming to `pre-commit` hooks (#7038)

* refactor: Fix naming conventions (#7038)

* Update arithmetic_analysis/lu_decomposition.py

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

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

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

* refactor(lu_decomposition): Replace `NDArray` with `ArrayLike` (#7038)

* chore: Fix naming conventions in doctests (#7038)

* fix: Temporarily disable project euler problem 104 (#7069)

* chore: Fix naming conventions in doctests (#7038)

Co-authored-by: Christian Clauss <cclauss@me.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-10-13 00:54:20 +02:00
..
__init__.py Add __init__.py files in all the directories (#2503) 2020-09-28 19:42:36 +02:00
binary_search.py Update binary_search.py (#4856) 2021-10-27 12:25:48 +08:00
binary_tree_traversal.py MAINT: Updated f-string method (#6230) 2022-07-07 16:34:07 +02:00
double_linear_search_recursion.py Added double linear search recursion (#2445) 2020-09-18 09:55:02 +02:00
double_linear_search.py from __future__ import annotations (#2464) 2020-09-23 13:30:13 +02:00
fibonacci_search.py Pyupgrade to Python 3.9 (#4718) 2021-09-07 13:37:03 +02:00
hill_climbing.py The black formatter is no longer beta (#5960) 2022-01-30 20:29:54 +01:00
interpolation_search.py contribution guidelines checks (#1787) 2020-03-04 13:40:28 +01:00
jump_search.py Jump search (#2415) 2020-09-12 07:50:12 +02:00
linear_search.py Update linear_search.py (#2422) 2020-09-14 12:44:46 +02:00
quick_select.py Shortened code (#3855) 2020-11-01 15:38:11 +08:00
sentinel_linear_search.py contribution guidelines checks (#1787) 2020-03-04 13:40:28 +01:00
simple_binary_search.py Fix: Corrected test. List in test must be ordered. (#2632) 2020-10-07 19:57:19 +05:30
simulated_annealing.py The black formatter is no longer beta (#5960) 2022-01-30 20:29:54 +01:00
tabu_search.py Add pep8-naming to pre-commit hooks and fixes incorrect naming conventions (#7062) 2022-10-13 00:54:20 +02:00
tabu_test_data.txt .txt instead of .py 2018-10-19 17:38:11 -05:00
ternary_search.py [mypy] Type annotations for searches directory (#5799) 2021-11-09 16:48:30 +01:00