We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e59487 commit 49cd11cCopy full SHA for 49cd11c
README.md
@@ -8,14 +8,14 @@
8
| **Graphs** | BFS | ✅ |
9
| | DFS | ❌ |
10
| | Dijkstra | ✅ |
11
-| | A* Search | ❌ |
+| | A* Search | ✅ |
12
| | ...More | |
13
|----------------|----------------------------|---------|
14
-| **Mazes** | Backtracking | ❌ |
+| **Mazes** | Backtracking | ✅ |
15
| | Eller's maze | ❌ |
16
| | Randomized Kruskal's maze | ❌ |
17
| | Aldous-Broder | ❌ |
18
-| | Recursive Division | ❌ |
+| | Recursive Division | ✅ |
19
| | Binary Tree | ❌ |
20
|----------------|----------------------------|--------|
21
| **Sorting** | Bubble Sort | ✅ |
0 commit comments