Visualize various sorting and pathfinding algorithms. Built using React and Redux Toolkit.
- Visualize bubble sort, insertion sort, selection sort, quicksort, merge sort, and heapsort
- Update array size and visualization mode (bar or scatter)
- Visualize Dijkstra's, A*, breadth-first search, and depth-first search
- Draw walls and weights on the grid. Weights have a cost of 10 (default is 1)