TheAlgorithms-Python/searches
Christian Clauss 64543faa98
Make some ruff fixes (#8154)
* Make some ruff fixes

* Undo manual fix

* Undo manual fix

* Updates from ruff=0.0.251
2023-03-01 17:23:33 +01:00
..
__init__.py
binary_search.py pre-commit: Upgrade psf/black for stable style 2023 (#8110) 2023-02-01 18:44:54 +05:30
binary_tree_traversal.py Make some ruff fixes (#8154) 2023-03-01 17:23:33 +01:00
double_linear_search_recursion.py
double_linear_search.py
fibonacci_search.py
hill_climbing.py The black formatter is no longer beta (#5960) 2022-01-30 20:29:54 +01:00
interpolation_search.py pre-commit: Upgrade psf/black for stable style 2023 (#8110) 2023-02-01 18:44:54 +05:30
jump_search.py
linear_search.py
quick_select.py
sentinel_linear_search.py
simple_binary_search.py Remove useless code in doctests (#7733) 2022-10-27 22:52:00 +02:00
simulated_annealing.py The black formatter is no longer beta (#5960) 2022-01-30 20:29:54 +01:00
tabu_search.py pre-commit: Upgrade psf/black for stable style 2023 (#8110) 2023-02-01 18:44:54 +05:30
tabu_test_data.txt
ternary_search.py pre-commit: Upgrade psf/black for stable style 2023 (#8110) 2023-02-01 18:44:54 +05:30