Module merge_sort

Module merge_sort 

Source

Traits§

MergeSort
A trait providing the merge sort method.

Functions§

merge_sort
The merge sort algorithm.
merge_sort_stepped
The merge sort algorithm but stepped.
merge_sort_stepped_and_timed
The merge sort algorithm but stepped and timed.
merge_sort_timed
The merge sort algorithm but timed.