Skip to content

pablogalve/Sorting_Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sorting_Algorithms

We have an [int] array visually represented in this pixel table.

It can be sorted by three different methods: bubblesort, mergesort and quicksort.

Controls:

Space: Randomize array.
Q: Quicksort
B: Bubblesort
M: Mergesort

Unsorted array

Sorted array

Sorted array 2