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.