A Responsive Visualization Tool for Sorting Algorithms
Contains merge sort, quick sort, insertion sort, bubble sort, selection sort and many more.
Sorting Algorithm Visualizer brings React's declarative UI framework to visualize various different sorting algorithms on random datasets. With Sorting Algorithm Visualizer, you can also feel the differences among the algorithms in real-time. It also got a ranking system too.
- Ultra Responsive. React and bootstrap make it ultra-responsive so you can interact with it on the go. So mobile devices or tablets or desktops are same now.
- Easily-Understandable. Built with keeping the good practices in mind. Encapsulated components that manage their state, then compose them to make the UI.
- Ranking System. See the ranking in real-time. This wil enrich your thoughts for various situation.
Sorting Algorithm Visualizer is MIT licensed, as found in the LICENSE file.