Libraries tagged by Search algorithm
ordinary/search-algos
8 Downloads
Library for simple and common search algorithms.
kryshtalovich/algorithms
3 Downloads
Sort and search algorithms
ihsandevs/php-binary-search
12 Downloads
A PHP implementation of the Binary Search algorithm
fieg/graph-search
54 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
19 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.
illuma-law/laravel-hybrid-search
61 Downloads
Portable Full-Text Search (FTS) schema macros and the Reciprocal Rank Fusion (RRF) algorithm.
designbycode/fuzzy-search
9 Downloads
The Fuzzy Search package provides a simple and efficient way to perform fuzzy searches on a collection of texts using the Levenshtein distance algorithm. This package is useful when you need to search for texts that may contain typos or slight variations.
mgrechanik/kruskal
4 Downloads
The implementation of the Kruskal algorithm to find a minimum spanning tree
jawira/a-star
15 Downloads
Abstract classes to implement A* (A Star) search algorithm.
vertilia/algo-toposort
6 Downloads
Topological sort algorithm
ghostjat/pml
8 Downloads
High-performance Tensor library for PHP utilizing FFI, OpenBLAS, and zero-copy memory operations.
frantzmiccoli/phphoneticindexing
10 Downloads
Phonetic indexing for PHP, uses the standard library for English, Cologne phonetics for German and a custom algorithm for French
dbeurive/graph
26 Downloads
This package contains the implementation of various graphs' algorithms
coral-media/php-ir
8 Downloads
Information Retrieval algorithms (vector space, similarity, clustering)