A visualization of sorting algorithms programme.
All of the algorithms are sorting given array in place.
- Bubble Sort
- Selection Sort
- Merge Sort
- Quick Sort
- Insertion Sort
- Bogo Sort
- Heap Sort
- Shell Sort
- Cycle Sort
$ python visualizer.py
-
SPACE
- start / stop sorting -
R
- restart -
S
- change sorting order (ascending / descending) -
1
-9
- change sorting algorithm