MCPcopy Create free account
hub / github.com/TheAlgorithms/C-Plus-Plus / timSort

Function timSort

sorting/tim_sort.cpp:65–86  ·  view source on GitHub ↗

iterative Timsort function to sort the array[0...n-1] (similar to merge sort)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

testsFunction · 0.85
mainFunction · 0.85

Calls 3

insertionSortFunction · 0.70
mergeFunction · 0.70
minFunction · 0.50

Tested by

no test coverage detected