An Algorithms Visualized made using Vue and TypeScript
- Bubble Sort
 - Insertion Sort
 - Selection Sort
 - Merge Sort
 - Quick Sort
 - Heap Sort
 - Radix Sort
 - Bogo Sort :)
 
- Randomized DFS
 - Recursive Division
 - Eller's Algorithm
 - Random Maze
 
- A Star
 - Dijkstra's Algorithm
 - Breadth First Search
 - Depth First Search
 
- Insertion and Deletion
 - Reversing a Linked List
 
- Insertion & Deletion in a Binary tree
 - Inveting a Binary Tree
 
- Insertion and Deletion in a Minimum and Maximum Heap
 

