Sorting Simulator is an application for Students studying Computer Data Structure and specifically Sorting algorithms.
The version describes following three sorting algorithms
1. Bubble Sort
2. Insertion Sort
3. Selection Sort
Its animated UI, plays all the different steps performed by each sorting algorithms.
It also shows no. of comparisons and swaps performed.
User can create their own array of elements and find out the complexity for their array.
Use random option to create new array in a click of button.
Reset button to reset the array to its original - unsorted state, so you can perform different sorting actions on the same set of array.