Skip to content

huangbuyi/search-algorithm-animation-demo

Repository files navigation

Search Algorithem Animation Demo

Demo 页.

以动画形式展示搜索问题算法的遍历过程,目前包括四个常用算法:

  • 深度优先搜索
  • 广度优先搜索
  • 贪婪最佳优先搜索
  • A 星搜索

希望对学习算法的学生和工程师们有所帮助。

To showcase the traversal processes of common search algorithms in an animated format. Currently, this includes four widely-used algorithms:

Demo Page.

  • 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.