Skip to content

elip12/sorting_algorithms

Repository files navigation

sorting_algorithms

Some sorting algorithms implemented in Java and C. All are configured to sort ints.

Parallel max and mergesort use pthreads.

Heap includes a header file and the necesary functions to build an array-based heap and run heapsort.

About

Insertion, selection, merge, heap

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published