click the new array button to generate an array
This is a visualiser for the quicksort algorithm with pivot at the end. Enjoy ;)
best and average case: O(N*logN)
worst case: O(N^2)
O(N*logN)