项目作者: pablogalve
项目描述 :
Sorting algorithms
高级语言: C++
项目地址: git://github.com/pablogalve/Sorting_Algorithms.git
Sorting_Algorithms
We have an [int] array visually represented in this pixel table.
It can be sorted by three different methods: bubblesort, mergesort and quicksort.
Controls:
Space: Randomize array.
Q: Quicksort
B: Bubblesort
M: Mergesort
Unsorted array

Sorted array

Sorted array 2
