Algorithms/other
Christian Clauss cd3c3c3130
Various ruff fixes (#12821)
2025-07-06 01:35:29 +03:00
..
__init__.py Add __init__.py files in all the directories (#2503) 2020-09-28 19:42:36 +02:00
activity_selection.py pre-commit: Upgrade psf/black for stable style 2023 (#8110) 2023-02-01 18:44:54 +05:30
alternative_list_arrange.py Added alternative_list_arrange method (#4631) 2021-10-31 11:40:32 +01:00
bankers_algorithm.py Fix sphinx/build_docs warnings for other (#12482) 2024-12-29 23:31:53 +03:00
davis_putnam_logemann_loveland.py [pre-commit.ci] pre-commit autoupdate (#12623) 2025-03-18 09:53:49 +01:00
doomsday.py Doomsday Algorithm: Fix leap year check (#12396) 2025-01-17 19:07:44 -08:00
fischer_yates_shuffle.py Enable ruff RUF002 rule (#11377) 2024-04-22 21:51:47 +02:00
gauss_easter.py Enable ruff DTZ005 rule (#11327) 2024-03-25 21:54:11 +01:00
graham_scan.py [pre-commit.ci] pre-commit autoupdate (#9543) 2023-10-07 21:32:28 +02:00
greedy.py Add pep8-naming to pre-commit hooks and fixes incorrect naming conventions (#7062) 2022-10-13 00:54:20 +02:00
guess_the_number_search.py Fixes broken "Create guess_the_number_search.py" (#8746) 2023-05-17 18:47:23 +12:00
h_index.py Add h index (#8036) 2023-05-17 12:21:16 +12:00
least_recently_used.py Various ruff fixes (#12821) 2025-07-06 01:35:29 +03:00
lfu_cache.py Various ruff fixes (#12821) 2025-07-06 01:35:29 +03:00
linear_congruential_generator.py [pre-commit.ci] pre-commit autoupdate (#9543) 2023-10-07 21:32:28 +02:00
lru_cache.py Various ruff fixes (#12821) 2025-07-06 01:35:29 +03:00
magicdiamondpattern.py Add DocTests to magicdiamondpattern.py (#10135) 2023-10-09 14:16:43 +02:00
majority_vote_algorithm.py [pre-commit.ci] pre-commit autoupdate (#11322) 2024-03-13 07:52:41 +01:00
maximum_subsequence.py Create maximum_subsequence.py (#7811) 2023-05-11 07:00:59 +12:00
nested_brackets.py Added doctests , type hints for other/nested_brackets.py (#10872) 2023-10-24 11:03:22 +02:00
number_container_system.py Small docstring time complexity fix in number_container _system (#8875) 2023-07-22 12:34:19 +02:00
password.py Enable ruff ARG001 rule (#11321) 2024-03-20 15:00:17 +01:00
quine.py [pre-commit.ci] pre-commit autoupdate (#12623) 2025-03-18 09:53:49 +01:00
scoring_algorithm.py Fix sphinx/build_docs warnings for other (#12482) 2024-12-29 23:31:53 +03:00
sdes.py Enable ruff E741 rule (#11370) 2024-04-19 21:30:22 +02:00
tower_of_hanoi.py Add pep8-naming to pre-commit hooks and fixes incorrect naming conventions (#7062) 2022-10-13 00:54:20 +02:00
word_search.py [pre-commit.ci] pre-commit autoupdate (#11322) 2024-03-13 07:52:41 +01:00