PixSort Studio
Home
About
Contact
Welcome to PixSort Studio
Explore common sorting algorithms using images as the base.
Original
Sorted
Choose Sorting Algorithm:
Bubble Sort
Selection Sort
Insertion Sort
Merge Sort
Quick Sort
Choose an Image:
Notes:
The speed isn't necessarily true to the actual algorithm speed since some had to be modified to run in a loop with updates in between.
Please wait for one operation to finish. It might take some time in few algorithms
Merge sort might hang the browser for a bit when first run since it has to create a stack to be used later on.