An educational app to visualize some popular sorting algorithms including Bubble sort, Insertion sort, Selection sort, Quick sort and Merge sort. More algorithms to come in future versions if Lord Wills.

There are comparison and swap counters to compare the efficiency of sorting algorithms. Please note that the counters may not always be 100% accurate due to the implementation of the algorithm.



Comparisons: 0 Swaps: 0