/HeapSort

HeapSort algorithm with testing function written in C

Primary LanguageC

HeapSort

I wrote this to practice my abilities with C and also to test my understanding of a very powerful sorting algorithm with O(nlogn) efficiency.