Skip to content

Commit dec9643

Browse files
CaedenPHgithub-actionstianyizheng02
authored
Create word search algorithm (TheAlgorithms#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 <[email protected]> * Update word_search.py --------- Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> Co-authored-by: Tianyi Zheng <[email protected]>
1 parent 467903a commit dec9643

File tree

2 files changed

+397
-0
lines changed

2 files changed

+397
-0
lines changed

DIRECTORY.md

+1
Original file line numberDiff line numberDiff line change
@@ -747,6 +747,7 @@
747747
* [Scoring Algorithm](other/scoring_algorithm.py)
748748
* [Sdes](other/sdes.py)
749749
* [Tower Of Hanoi](other/tower_of_hanoi.py)
750+
* [Word Search](other/word_search.py)
750751

751752
## Physics
752753
* [Altitude Pressure](physics/altitude_pressure.py)

0 commit comments

Comments
 (0)