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

Function selectionSort

sorting/selection_sort_recursive.c:56–74  ·  view source on GitHub ↗

* @brief Selection Sort algorithm implemented using recursion * @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.70

Calls 2

findIndexFunction · 0.85
swapFunction · 0.70

Tested by

no test coverage detected