Skip to content

Commit e11a589

Browse files
committed
2 parents 304d66c + cc447a2 commit e11a589

File tree

1 file changed

+20
-3
lines changed

1 file changed

+20
-3
lines changed

README.md

+20-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
1-
# PathAlgorithms
2-
Path finding algorithms visualiser with Windows Forms
1+
# Path Algorithms
2+
3+
- Path finding algorithms visualiser with Windows Forms.
4+
- Step by step traversal.
5+
6+
# Algorithms
7+
- [x] Breadth-First search
8+
- [x] Depth-First search
9+
- [ ] Dijkstra's Algorithm
10+
- [ ] Greedy Best First Search
11+
- [ ] A* search
12+
313

414
# Function flow
515

6-
![alt text](https://github.com/l4z0-space/PathAlgorithms/blob/master/PathPlan.PNG)
16+
17+
18+
![alt text](https://github.com/l4z0-space/PathAlgorithms/blob/master/img/PathPlan.PNG)
19+
20+
21+
# Sample Screenshot after BFS execution
22+
23+
![bfs](https://github.com/l4z0-space/PathAlgorithms/blob/master/img/progSC.PNG)

0 commit comments

Comments
 (0)