Skip to content

mannion007/php-binary-search

Repository files navigation

PHP Binary Search

Build Status

This is a composer package which wraps up the algorithm written by Michael King from (mkwd.net). By performaing a binary search rather than a linear search, this package provides functionality to perform searches through ordered arrays with greatly imroved performance over PHP's array_search Installation

To install, use Composer thusly:

composer require mannion007/php-binary-search

License

This code falls under the MIT license.

About

Search sorted arrays in PHP with a binary search algortithm

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages