Skip to content

ZouheirN/Sorting-Visualizer-Unity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sorting-Visualizer-Unity

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.


Screenshots