Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wisn/word-search-visualizer
Visualize how algorithms solve word search problem. Available algorithms are brute force, dynamic programming, and backtracking.
https://github.com/wisn/word-search-visualizer
algorithm-visualization word-search-solver
Last synced: 8 days ago
JSON representation
Visualize how algorithms solve word search problem. Available algorithms are brute force, dynamic programming, and backtracking.
- Host: GitHub
- URL: https://github.com/wisn/word-search-visualizer
- Owner: wisn
- License: mit
- Created: 2023-05-29T05:41:58.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-06-23T06:49:08.000Z (over 1 year ago)
- Last Synced: 2024-10-17T00:07:47.986Z (22 days ago)
- Topics: algorithm-visualization, word-search-solver
- Language: JavaScript
- Homepage: https://wisn.github.io/word-search-visualizer/
- Size: 25.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Word Search Algorithm Visualizer
Yes, just like the name suggests.
## License
Licensed under [The MIT License](LICENSE).