MCPcopy Create free account
hub / github.com/TheAlgorithms/Rust / top_down_merge_sort

Function top_down_merge_sort

src/sorting/merge_sort.rs:22–32  ·  view source on GitHub ↗
(arr: &mut [T])

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 6

basicFunction · 0.85
basic_stringFunction · 0.85
emptyFunction · 0.85
one_elementFunction · 0.85
pre_sortedFunction · 0.85
reverse_sortedFunction · 0.85

Calls 2

mergeFunction · 0.70
lenMethod · 0.45

Tested by 6

basicFunction · 0.68
basic_stringFunction · 0.68
emptyFunction · 0.68
one_elementFunction · 0.68
pre_sortedFunction · 0.68
reverse_sortedFunction · 0.68