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

Function merge

sorting/merge_sort.c:33–79  ·  view source on GitHub ↗

* @brief Perform merge of segments. * * @param a array to sort * @param l left index for merge * @param r right index for merge * @param n total number of elements in the array */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

merge_sortFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected