I'm creating a sorting visualizer using Unity.
Currently implemented algorithms:
- Bubble Sort
- Selection Sort
- Insertion Sort
Planned algorithms:
- Quick Sort
- Merge Sort
- Shell Sort
Click here to try the WebGL version.
Note that the speed multiplier does not currently work on WebGL, will have to look into it later but I'll probably include a build release later.