calify / quicksort

Parallel quicksort algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C 96.4%Language:Makefile 3.6%