tirtharajghosh / Sorting-Algorithm-Visualizer

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

Home Page:https://tirtharajghosh.github.io/Sorting-Algorithm-Visualizer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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.

https://tirtharajghosh.github.io/Sorting-Algorithm-Visualizer/

License:MIT License


Languages

Language:JavaScript 90.4%Language:HTML 6.2%Language:CSS 3.4%