Sorting algorithms visualised – Maciej Kowalski

How to sort a list of numbers? There are plenty of ways, some are better than others. See by yourself which one is the best. Play with different sorting algorithms to see how they work! Choose their speed and notice how a few lines of code can make a dramatical difference in speed. Compare their asymptotic complexity to deduct their potential performance.

Choose from:
– Bubble sort
– Insertion sort
– Quicksort
– Heapsort
– Selection sort
– Shell sort
– Slow sort
– Cocktail sort

A must for Computer Science students!

Many more coming!