Skip to content

Commit 9a96df8

Browse files
authored
Update README.md
1 parent e7044c4 commit 9a96df8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
#### "*": Visited node
1010
#### "+": Path
1111

12+
### Algorithm Implemented
13+
* BFS
14+
* DFS
15+
* ASTAR (A*)
1216

1317
### Breadth First Search
1418
Breadth First Search is unweighted and guarantee a optimal path.

0 commit comments

Comments
 (0)