Sorting Visualizer
- Tech Stack: Javascript, React, HTML, CSS
- Website URL: Link
- Github URL: Project Link
Created a sorting visualizer in which users can visualize Merge, Quick, Heap, and Bubble sort. Users can change the size of the unsorted array and can also change the speed of the algorithm.
During this project, I have learned different types of sorting algorithms and developed an algorithm to visualize them on the web.