A Unity program to view how sorting alogorithms actually sort arrays.
Download Link for Windows build soon!
- Timer
- Colors to see how the sorting works
- Adjustable speed
Currently implemented algorithms:
- Bubble Sort
- Selection Sort
- Insertion Sort
- Merge Sort
- Shell Sort (might change the colors not sure yet)
- Quick Sort