Skip to content

Commit d06172c

Browse files
Update README.md
1 parent d11c5a6 commit d06172c

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

README.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,53 @@
11
# flutter-algorithm-visualizer
22
## Something great will build.
33

4+
### Initially, we will cover:
5+
6+
| Category | Algorithm | Status |
7+
|----------------|----------------------------|--------|
8+
| **Graphs** | BFS ||
9+
| | DFS ||
10+
| | Dijkstra ||
11+
| | A* Search ||
12+
| | ...More | |
13+
|----------------|----------------------------|---------|
14+
| **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 ||
24+
| | Merge Sort ||
25+
| | Quick Sort ||
26+
| | Radix Sort ||
27+
| | Heap Sort ||
28+
| | Bucket Sort ||
29+
| | Counting Sort ||
30+
|----------------|----------------------------|--------|
31+
| **Trees** | Binary Tree ||
32+
| | Binary Search Tree ||
33+
| | Ternary Tree ||
34+
| | AVL Tree ||
35+
| | Red-Black Tree ||
36+
| | Segment Tree ||
37+
| | N-ary Tree ||
38+
| | B-Tree ||
39+
|----------------|----------------------------|--------|
40+
| **Linked List**| Single ||
41+
| | Double ||
42+
| | Circular ||
43+
| | Circular doubly ||
44+
45+
**And more will be added later:**
46+
- Dynamic Programming
47+
- Machine Learning Algorithms
48+
- Networking Algorithms
49+
- String Algorithms
50+
- And more...
451

552
https://github.com/user-attachments/assets/ae8a24d8-d656-43a8-8e46-cf4c6a5876c1
653

0 commit comments

Comments
 (0)