Libraries tagged by Algorithm
coco-project/encrypt
2 Downloads
A symmetric encryption algorithm that can encrypt and decrypt strings with a specified encryption key
cmcdota/php-graph-to-svg
9 Downloads
Compiles SVG graph based on force-directed layout Fruchterman-Reingold Algorithm.
cliffordvickrey/malarkey
19 Downloads
Generates nonsensical but realistic-sounding text using a Markov chain algorithm
choval/damm
143 Downloads
Damm algorithm functions, a check digit algorithm that detects single-digit errors and adjacent transposition errors
cheplv/php-algocash
4 Downloads
Algorithmic.Cash PHP Library
ccinn/geohash
12 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
28 Downloads
Identify a hash algorithm based on string input
bonsaicode/redis
11 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
20 Downloads
Some special algorithm help to use array
bitween/merge-sort
1 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
2 Downloads
PHP Sorting Algorithms
bestjf/php-dfa-sensitive
359 Downloads
To achieve the filtering of sensitive words, based on the determination of finite automata (DFA) algorithm.
benovermyer/voronoi
10 Downloads
Generate Voronoi polygons using Fortune's algorithm
bayfrontmedia/leaky-bucket
751 Downloads
Framework-agnostic throttling using the leaky bucket algorithm.