Libraries tagged by Algorithem
ngutex/elparithm
0 Downloads
The Library for handle Algorithms.
mykholy/combinations
16 Downloads
My awesome package for combinations generation
mtasuandi/decay
15 Downloads
Famous sorting algorithms based on vote popularity and time implemented for PHP
mmxs/ccxt
21 Downloads
A JavaScript / Python / PHP cryptocurrency trading library with support for more than 90 bitcoin/altcoin exchanges
mitmelon/sentiment
22 Downloads
Sentiment is a sentiment classifier. It uses a model of words that are categorised as positive, negative or neutral, and a naive bayes algorithm to calculate sentiment. To improve accuracy, Sentiment removes 'noise' words.
mgrechanik/kruskal
4 Downloads
The implementation of the Kruskal algorithm to find a minimum spanning tree
marat-tanalin/integer-scaling
3 Downloads
Calculates integer ratios and scaled-image sizes for pixel-perfect image upscaling with optional aspect-ratio correction.
mahdyfo/rotifer
5 Downloads
A genetic AI framework that evolves its own deep learning architecture (AutoML)
liuyajian/php-snowflake
80 Downloads
An ID Generator for PHP based on Snowflake Algorithm (Twitter announced).
keydev/laff-analyzer
20 Downloads
PHP Implementation of the Largest Area Fit First (LAFF) 3D (three dimension) box packing algorithm
kevinsimard/combinatorics
26 Downloads
Mathematical algorithms concerning the study of finite or countable discrete structures.
karpovigorok/leetcode
2 Downloads
Leetcode.com problem solve using php language
jetstreamlabs/snowflake
1414 Downloads
An ID Generator for PHP based on Snowflake Algorithm (Twitter announced).
jbroadway/distinctelements
8 Downloads
A pure PHP implementation of the Distinct Elements in Streams algorithm for estimating the number of distinct elements in a set.
jawira/a-star
15 Downloads
Abstract classes to implement A* (A Star) search algorithm.