Sophie

Sophie

distrib > Mageia > 9 > x86_64 > media > core-release > by-pkgid > a6d5a3684a1c4ccea428e6f0079f55d8

perl-List-BinarySearch-XS-0.90.0-15.mga9.x86_64.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: