MCPcopy Create free account
hub / github.com/TheAlgorithms/C / heapSort

Function heapSort

sorting/heap_sort_2.c:97–121  ·  view source on GitHub ↗

* @brief Heap Sort algorithm * @param arr array to be sorted * @param size size of the array * @returns void */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

testFunction · 0.85

Calls 3

heapifyUpFunction · 0.85
heapifyDownFunction · 0.85
swapFunction · 0.70

Tested by

no test coverage detected