项目作者: tirtharajghosh

项目描述 :
A visualization for various sorting algorithms like merge sort, heap sort, quick sort, insertion sort, bubble sort, selection sort and many more.
高级语言: JavaScript
项目地址: git://github.com/tirtharajghosh/Sorting-Algorithm-Visualizer.git
创建时间: 2020-09-13T19:26:35Z
项目社区:https://github.com/tirtharajghosh/Sorting-Algorithm-Visualizer

开源协议:MIT License

下载




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.