Libraries tagged by Search algorithm
kryshtalovich/algorithms
2 Downloads
Sort and search algorithms
fieg/graph-search
49 Downloads
Implementation of Graph Search algorithm in PHP
baygin/php-search-algorithms
6 Downloads
The search algorithms implementation for the php arrays that usable as a composer package
yousafsyed/algorithms
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.
mgrechanik/kruskal
2 Downloads
The implementation of the Kruskal algorithm to find a minimum spanning tree
jawira/a-star
13 Downloads
Abstract classes to implement A* (A Star) search algorithm.
vertilia/algo-toposort
3 Downloads
Topological sort algorithm
frantzmiccoli/phphoneticindexing
8 Downloads
Phonetic indexing for PHP, uses the standard library for English, Cologne phonetics for German and a custom algorithm for French
dbeurive/graph
24 Downloads
This package contains the implementation of various graphs' algorithms
phpzc/free_story
22 Downloads
FreeStory-Open a novel search algorithm interface
dana/bitap
7128 Downloads
Fuzzy string search with Bitap algorithm
diogoca/dsalgorithms
0 Downloads
Data Structures, Search, Sort, Numbers and String Algorithms
jundayw/laravel-bm25
3 Downloads
bm25 is an algorithm used to evaluate the correlation between search terms and documents. It is an algorithm based on a probabilistic retrieval model.
sunnysideup/search_simple_smart
989 Downloads
Silverstripe Module that allows you to set up complex search algorythms in an easyway