We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 304d66c + cc447a2 commit e11a589Copy full SHA for e11a589
README.md
@@ -1,6 +1,23 @@
1
-# PathAlgorithms
2
-Path finding algorithms visualiser with Windows Forms
+# Path Algorithms
+
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
13
14
# Function flow
15
-
16
17
18
+
19
20
21
+# Sample Screenshot after BFS execution
22
23
+
0 commit comments