Libraries tagged by Algorithem
cmcdota/php-graph-to-svg
14 Downloads
Compiles SVG graph based on force-directed layout Fruchterman-Reingold Algorithm.
cliffordvickrey/malarkey
25 Downloads
Generates nonsensical but realistic-sounding text using a Markov chain algorithm
cheplv/php-algocash
5 Downloads
Algorithmic.Cash PHP Library
chabiselx/debuggertools
107 Downloads
Create a log for understand algorithm
ccinn/geohash
15 Downloads
Class libraries implemented using PHP based on GeoHash algorithms.
carlosafonso/dsalg
6 Downloads
PHP implementations of several data structures and algorithms
brentkozjak/hash-identify
37 Downloads
Identify a hash algorithm based on string input
bonsaicode/redis
14 Downloads
Implementation of the Redis Redlock algorithm, which is used to ensure only one server carries out a process in an environment where multiple duplicate servers exist, e.g. GCP auto-scaling load balancer.
bobby/array-special-helper
22 Downloads
Some special algorithm help to use array
boardfy/mptt-multi-independent-tree
206 Downloads
A PHP library providing a multi independent tree implementation of the modified preorder tree traversal algorithm
bitween/merge-sort
2 Downloads
A simple example of a divide and conquer algorithm: merge sort. Example is used to explain the divide and conquer technique.
bilalatli/php-sorting
4 Downloads
PHP Sorting Algorithms
bigb06/phpcypherfile
11 Downloads
A PHP library for encrypting and decrypting files using the AES-256-CBC algorithm.
bestjf/php-dfa-sensitive
362 Downloads
To achieve the filtering of sensitive words, based on the determination of finite automata (DFA) algorithm.
benovermyer/voronoi
18 Downloads
Generate Voronoi polygons using Fortune's algorithm