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 21f1047 commit 9e59487Copy full SHA for 9e59487
README.md
@@ -11,16 +11,16 @@
11
| | 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 | ❌ |
19
| | Binary Tree | ❌ |
20
|----------------|----------------------------|--------|
21
-| **Sorting** | Bubble Sort | ❌ |
22
-| | Selection Sort | ❌ |
23
-| | Insertion Sort | ❌ |
+| **Sorting** | Bubble Sort | ✅ |
+| | Selection Sort | ✅ |
+| | Insertion Sort | ✅ |
24
| | Merge Sort | ❌ |
25
| | Quick Sort | ❌ |
26
| | Radix Sort | ❌ |
0 commit comments