Skip to content

markwkm/quicksort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quicksort.c

Single threaded recursive implementation of quicksort.

quicksort-parallel.c

Processed based recursive impelmentation of quicksort.  Implemented like a fork
bomb.

quicksort-pool.c

Processed based recursive impelmentation of quicksort.  Ability to limit the
degree of parallelism.

About

Parallel quicksort algorithms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages