File tree Expand file tree Collapse file tree 1 file changed +47
-0
lines changed Expand file tree Collapse file tree 1 file changed +47
-0
lines changed Original file line number Diff line number Diff line change 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
552https://github.com/user-attachments/assets/ae8a24d8-d656-43a8-8e46-cf4c6a5876c1
653
You can’t perform that action at this time.
0 commit comments