Skip to content

Commit

Permalink
Create word search algorithm (TheAlgorithms#8906)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
3 people authored Sep 30, 2023
1 parent 467903a commit dec9643
Show file tree
Hide file tree
Showing 2 changed files with 397 additions and 0 deletions.
1 change: 1 addition & 0 deletions DIRECTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -747,6 +747,7 @@
* [Scoring Algorithm](other/scoring_algorithm.py)
* [Sdes](other/sdes.py)
* [Tower Of Hanoi](other/tower_of_hanoi.py)
* [Word Search](other/word_search.py)

## Physics
* [Altitude Pressure](physics/altitude_pressure.py)
Expand Down
Loading

0 comments on commit dec9643

Please sign in to comment.