Module search_sort::search[][src]

Expand description

Implementations of searching algorithms.

Functions

An implementation of binary search.

An implementation of binary search that finds the very first position of the element.

An implementation of linear search.