Download the PHP package alanx15a2/php-binary-search without Composer
On this page you can find all versions of the php package alanx15a2/php-binary-search. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download alanx15a2/php-binary-search
More information about alanx15a2/php-binary-search
Files in alanx15a2/php-binary-search
Download alanx15a2/php-binary-search
More information about alanx15a2/php-binary-search
Files in alanx15a2/php-binary-search
Vendor alanx15a2
Package php-binary-search
Short Description global function do binary search.
License MIT
Package php-binary-search
Short Description global function do binary search.
License MIT
Please rate this library. Is it a good library?
Informations about the package php-binary-search
PHP BINARY SEARCH
Installation
To install the PHP Binary Search package, simply use Composer:
composer require alanx15a2/php-binary-search
Useage example
Important Note: Binary search can only be performed on a SORTED ARRAY!
array_search_binary($array, $target);
If the target element is found, the function will return the key of the element. Otherwise, it will return -1.
All versions of php-binary-search with dependencies
PHP Build Version
Package Version
No informations.
The package alanx15a2/php-binary-search contains the following files
Loading the files please wait ....