Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.