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

Function patienceSort

sorting/patience_sort.c:22–96  ·  view source on GitHub ↗

* @brief Sorts the target array by dividing it into a variable number of internally sorted piles then merge the piles * @param array pointer to the array to be sorted * @param length length of the target array * @returns void */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

testArrayFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected