Libraries tagged by binary search
dan-on/php-interval-tree
7843 Downloads
Is an implementation of interval binary search tree according to Thomas Cormen book "Introduction to Algorithms".
bmdevel/php-index
35025 Downloads
This library provides an API to perform binary search operations on a sorted index. The index can be a XML document, a CSV document, or an arbitrary text file where the key has a fixed position. You can easily implement your own index. This API comes handy on any sorted data structure where realtime search operations are necessary without the detour of a DBS import.
kyos/find-closest-value
143396 Downloads
Finds the closest arithmetic match in an array, using Binary Search
mannion007/php-binary-search
2279 Downloads
Based on the Work of Michael King, this package provides functionality to perform a binary search of an ordered array, providing greatly improved performance over PHP's own array_search method.
contextualcode/ezplatform-search-binary-extractor
9853 Downloads
eZ Platform bundle which allows to index the content of binary files
ihsandevs/php-binary-search
9 Downloads
A PHP implementation of the Binary Search algorithm
alanx15a2/php-binary-search
7 Downloads
global function do binary search.
seboettg/forest
2399 Downloads
Tree data structures for PHP – containing general tree, binary tree, and AVL tree
malkusch/php-index
19813 Downloads
This library provides an API to perform binary search operations on a sorted index. The index can be a XML document, a CSV document, or an arbitrary text file where the key has a fixed position. You can easily implement your own index. This API comes handy on any sorted data structure where realtime search operations are necessary without the detour of a DBS import.
cashlink/php-index
11306 Downloads
This library provides an API to perform binary search operations on a sorted index. The index can be a XML document, a CSV document, or an arbitrary text file where the key has a fixed position. You can easily implement your own index. This API comes handy on any sorted data structure where realtime search operations are necessary without the detour of a DBS import.
speelpenning/binary-search-collection
12 Downloads
An extension for Laravel's collection with support for binary search.
faisalrehmanid/fr-binary-search
2 Downloads
This library provide binary search implementation for 2D array
ezzaze/binary-search
82 Downloads
a PHP package for searching values in large arrays faster
baygin/php-search-algorithms
6 Downloads
The search algorithms implementation for the php arrays that usable as a composer package
antoinetb/php-binary-search
46 Downloads
Binary search function for PHP