In this project, I have built a visualizer to visualize various Pathfinding and sorting algorithms using React. Dijkstra's algorithm, A* algorithm for the pathfinding algorithms. Merge sort, Quicksort, Heap sort, Bubble sort for the sorting algorithms.
run
npm install
and then
npm start
The live preview is available here