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: 10 months 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 (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-23T06:49:08.000Z (almost 3 years ago)
- Last Synced: 2025-07-13T15:45:44.795Z (11 months 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).