I developed a React.js-based Sorting Algorithm Visualizer, deployed on Vercel, showcasing real-time sorting processes through dynamic, interactive visuals.
This is a Sorting Algorithm Visualizer web app made using React.js and deployed on Vercel. This app demonstrates the sorting process of algorithms like bubble sort, insertion sort, selection sort, merge sort, and quick sort. Users can watch random-height bars being sorted in real-time, gaining a clear visual understanding of how each algorithm works.