Sophie

Sophie

distrib > Mageia > 6 > i586 > by-pkgid > 92f0c45f4b0c86c144f61be459bae762

perl-List-BinarySearch-XS-0.90.0-4.mga6.i586.rpm

Description:

A binary search searches _sorted_ lists using a divide and conquer
technique. On each iteration the search domain is cut in half, until the
result is found. The computational complexity of a binary search is O(log
n).

This module implements several Binary Search algorithms using XS code for
optimal performance. You are free to use this module directly, or as a
plugin for the more general the List::BinarySearch manpage.

The binary search algorithm implemented in this module is known as a
_Deferred Detection_ Binary Search. Deferred Detection provides *stable
searches*. Stable binary search algorithms have the following
characteristics, contrasted with their unstable binary search cousins:

Sources packages:

Other version of this rpm: