Skip to content

sleepntsheep/sortsim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sortsim

Simple sorting simulator in C, SDL2 with pthread.h

sortsim

Contributing

You can add new sorting function and make a pr!

the sorting function must return void * (any value) and take void * as argument

Add the sorting function to sorts variable, along with the name for button label

Usage

./sortsim n

when n is number of elements