TheAlgorithms-Python/other
Caeden Perelli-Harris dec96438be
Create word search algorithm (#8906)
* feat(other): Create word_search algorithm

* updating DIRECTORY.md

* doc(word_search): Link to wikipedia article

* Apply suggestions from code review

Co-authored-by: Tianyi Zheng <tianyizheng02@gmail.com>

* Update word_search.py

---------

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
Co-authored-by: Tianyi Zheng <tianyizheng02@gmail.com>
2023-09-30 00:57:56 -04:00
..
__init__.py
activity_selection.py
alternative_list_arrange.py
davisb_putnamb_logemannb_loveland.py [Upgrade Ruff] Fix all errors raised from ruff (#8879) 2023-07-22 12:05:10 +02:00
dijkstra_bankers_algorithm.py
doomsday.py
fischer_yates_shuffle.py
gauss_easter.py
graham_scan.py
greedy.py
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
least_recently_used.py
lfu_cache.py
linear_congruential_generator.py
lru_cache.py
magicdiamondpattern.py [pre-commit.ci] pre-commit autoupdate (#9013) 2023-08-29 15:18:10 +02:00
maximum_subsequence.py
nested_brackets.py Add more ruff rules (#8767) 2023-05-26 09:34:17 +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
quine.py
scoring_algorithm.py Add more ruff rules (#8767) 2023-05-26 09:34:17 +02:00
sdes.py
tower_of_hanoi.py
word_search.py Create word search algorithm (#8906) 2023-09-30 00:57:56 -04:00