Skip to content
master
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 

Sorting Algorithm Visualizer

A Responsive Visualization Tool for Sorting Algorithms
Contains merge sort, quick sort, insertion sort, bubble sort, selection sort and many more.

Sorting Algorithm Visualizer is released under the MIT license. Sorting Algorithm Visualizer Version PRs welcome! Follow @levelplusplus

Learn the Basics · Demo

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.

📄 License

Sorting Algorithm Visualizer is MIT licensed, as found in the LICENSE file.

About

A visualization for various sorting algorithms like merge sort, heap sort, quick sort, insertion sort, bubble sort, selection sort and many more.

Topics

Resources

License

Releases

No releases published

Packages

No packages published