Skip to content

Commit 400ba1a

Browse files
authored
Update README.md
1 parent cd8b463 commit 400ba1a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,8 @@ Breadth First Search is unweighted and guarantee a optimal path.
1717
### Depth First Search
1818
Depth First Search is unweighted and does not guarantee a optimal path.
1919
![](https://github.com/ss892714028/Maze-PathFinder-Visualization-Python/blob/master/gifs/dfs-nonoptimal.gif)
20+
21+
### A star (A*)
22+
A* is weighted and guarantee a optimal path.
23+
![](https://github.com/ss892714028/Maze-PathFinder-Visualization-Python/blob/master/gifs/astar.gif)
24+

0 commit comments

Comments
 (0)