Skip to content

Commit 01d6436

Browse files
authored
Update README.md
1 parent e2bc750 commit 01d6436

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# PathAlgorithms
22
Path finding algorithms visualiser with Windows Forms
33

4+
- [x] Breadth-First search
5+
- [x] Depth-First search
6+
- [ ] Dijkstra's Algorithm
7+
- [ ] Greedy Best First Search
8+
- [ ] A* search
9+
10+
411
# Function flow
512

6-
![alt text](https://github.com/l4z0-space/PathAlgorithms/blob/master/PathPlan.PNG)
13+
14+
15+
![alt text](https://github.com/l4z0-space/PathAlgorithms/blob/master/img/PathPlan.PNG)

0 commit comments

Comments
 (0)