Interactive algorithm visualization platform for educational purposes.
| Category | Algorithms |
|---|---|
| Sorting | Merge Sort, Quick Sort, Heap Sort, Bubble Sort, Insertion Sort, Selection Sort |
| Pathfinding | Dijkstra, A*, BFS, DFS |
| Graph | Prim's MST, Topological Sort, Bellman-Ford, BFS, DFS |
| Data Structures | BST, AVL Tree, Red-Black Tree, Heap, Hash Table, Linked List |
| Machine Learning | K-Means, Linear Regression, KNN, Decision Tree, Logistic Regression |
All algorithms run entirely client-side with step-by-step visualization.
npm install
npm run devnpm run build- UI Style Guide – Styling conventions for visualizers