Skip to content

ZouheirN/Sorting-Visualizer-Unity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sorting-Visualizer-Unity

A Unity program to view how sorting alogorithms actually sort arrays.


Features

  • Timer
  • Colors to see how the sorting works
  • Adjustable speed

Currently implemented algorithms:

  • Bubble Sort
  • Selection Sort
  • Insertion Sort
  • Merge Sort
  • Shell Sort
  • Quick Sort
  • Heap Sort
  • Radix Sort

Screenshots