Libraries tagged by binary-search

kyos/find-closest-value

1 Favers
158333 Downloads

Finds the closest arithmetic match in an array, using Binary Search

Go to Download


dan-on/php-interval-tree

14 Favers
9608 Downloads

Is an implementation of interval binary search tree according to Thomas Cormen book "Introduction to Algorithms".

Go to Download


bmdevel/php-index

1 Favers
39738 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.

Go to Download


mannion007/php-binary-search

7 Favers
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.

Go to Download


seboettg/forest

6 Favers
2400 Downloads

Tree data structures for PHP – containing general tree, binary tree, and AVL tree

Go to Download


malkusch/php-index

6 Favers
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.

Go to Download


speelpenning/binary-search-collection

1 Favers
12 Downloads

An extension for Laravel's collection with support for binary search.

Go to Download


ihsandevs/php-binary-search

1 Favers
9 Downloads

A PHP implementation of the Binary Search algorithm

Go to Download


faisalrehmanid/fr-binary-search

0 Favers
2 Downloads

This library provide binary search implementation for 2D array

Go to Download


ezzaze/binary-search

0 Favers
82 Downloads

a PHP package for searching values in large arrays faster

Go to Download


antoinetb/php-binary-search

0 Favers
46 Downloads

Binary search function for PHP

Go to Download


alanx15a2/php-binary-search

2 Favers
8 Downloads

global function do binary search.

Go to Download


agentsib/binary-search

0 Favers
57 Downloads

Binary Search Library for php

Go to Download


ptachoire/file-binary-search

2 Favers
154 Downloads

Binary Search in a file.

Go to Download


yousafsyed/algorithms

2 Favers
18 Downloads

Original Proposal: Using the right data structure or algorithm for the situation is an important aspect of programming. In computer science literature, many data structures and algorithms have been researched and extensively documented. However, there is still no standard library in Php implementing useful structures and algorithms like Red/Black Trees, tries, different sorting algorithms, etc. This project will create such a library with documentation on when to use a particular structure/algorithm. It will also come with a benchmark suite to compare performance in different situations.

Go to Download


Next >>