You feel it difficult to understand the sort algorithm?
Sort Simulation app will help you to more easily visualize, simulate the application step by step operation of sorting algorithms.
The sorting algorithm is modeled:
- Bubble sort
- Insertion sort
- Selection sort
- Quick sort
- Shell sort
- Megre sort
- Cocktail sort
* It also compares the slow pace of the sorting algorithm

There are 2 types of data entry (click the gear icon to open the control panel):
- Manual: enter the array to be sorted
- Auto: automatically generate random data

Open source project in github https://github.com/tranleduy2000/sortalgorithm