Libraries tagged by algotrig
caiquecezar/aco
3 Downloads
Ant Colony Optimization algorithm abstract library
bywulf/jigsawlutioner
88 Downloads
Jigsaw puzzle solving algorithm
brianzeligson/mabandit
17 Downloads
Implements the Multi Armed Bandit algorithm
brainfoolong/php-ascon
2047 Downloads
PHP 8+ Implementation of Ascon, a family of authenticated encryption (AEAD) and hashing algorithms designed to be lightweight.
boehm_s/php-proximity-hash
2261 Downloads
A PHP port of the proximityhash algorithm by Ashwin Nair
bmichotte/dijkstra
1453 Downloads
php 7+ implementation of the Dijkstra algorithm
blackscorp/simplexnoise
91 Downloads
Simplex Noise algorithm written in PHP to generate a random noise
bitandblack/image-blur
1028 Downloads
CSS-only alternative to the BlurHash algorithm: Extract the most important color values from an image and create CSS gradients out of them. The color gradients can be used to display a simple blurred preview of an image while it still loads.
bingo-soft/graphp
2026 Downloads
Free PHP library that provides mathematical graph-theory objects and algorithms
benovermyer/voronoi
18 Downloads
Generate Voronoi polygons using Fortune's algorithm
bdp-raymon/rhyme-suggester
55 Downloads
rhyme suggester based on phonetics, using edit-distance algorithm
bakert/blossom-php
41 Downloads
Edmonds's Blossom Algorithm in PHP
assisted-mindfulness/rake
8520 Downloads
A PHP implementation of Rapid Automatic Keyword Exraction algorithm (RAKE)
andrmoel/astronomy-bundle
796 Downloads
Bundle for astronomical calculations such as position of moon, sun and planets, sunrise, sunset or solar eclipses. Most of the calculations are based on Jean Meeus 'Astronomical Algorithms' book and the VSOP87 theory.
algo/kmp
12 Downloads
KMP string search algorithm