Function result of merge sorting s

merge sort s

Format:

result of merge sorting s

Input:

list s -

Output:

list - None

Properties that reference this function:

result of merge sorting [ a, [ ] ] = [ a, [ ] ] (merge sort single element)

Conditional properties that reference this function:

  • if result of halving the stack stack = [ first_half, [ second_half, [ ] ] ], then result of merge sorting stack = result of merging stacks (result of merge sorting first_half) and (result of merge sorting second_half) (link)


Comments

Please log in to add comments