Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/huangbuyi/search-algorithm-animation-demo
A search algorithm animation demostration page made with vue3.
https://github.com/huangbuyi/search-algorithm-animation-demo
algorithms maze search-problems typescript vue3 vuejs
Last synced: 18 days ago
JSON representation
A search algorithm animation demostration page made with vue3.
- Host: GitHub
- URL: https://github.com/huangbuyi/search-algorithm-animation-demo
- Owner: huangbuyi
- Created: 2024-10-22T04:40:28.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T12:49:22.000Z (3 months ago)
- Last Synced: 2024-11-13T16:50:42.018Z (3 months ago)
- Topics: algorithms, maze, search-problems, typescript, vue3, vuejs
- Language: Vue
- Homepage: https://huangbuyi.github.io/search-algorithm-animation-demo/dist/
- Size: 132 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Search Algorithem Animation Demo
[Demo 页](https://huangbuyi.github.io/search-algorithm-animation-demo/dist/).
以动画形式展示搜索问题算法的遍历过程,目前包括四个常用算法:
- 深度优先搜索
- 广度优先搜索
- 贪婪最佳优先搜索
- A 星搜索希望对学习算法的学生和工程师们有所帮助。
To showcase the traversal processes of common search algorithms in an animated format. Currently, this includes four widely-used algorithms:
[Demo Page](https://huangbuyi.github.io/search-algorithm-animation-demo/dist/).
- Depth-First Search (DFS)
- Breadth-First Search (BFS)
- Greedy Best-First Search
- A* Search
hopH this can be of help to students and engineers in understanding these algorithms.