Module search_sort::sort[][src]

Expand description

Implementations of sorting algorithms.

Functions

An implementation of bubble sort.

Alias for test().

An implemetation of top-down (recursive) merge sort that uses only half of the space.

An implementation of quick sort.

Part of quick sort algorithm.

Checks if a slice is sorted.