mattjmattj / sumtree
A PHP implementation of an unsorted binary sum tree
Installs: 19
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/mattjmattj/sumtree
Requires
- php: >=7.4
Requires (Dev)
- phpunit/phpunit: ^9.1
This package is auto-updated.
Last update: 2025-09-24 04:42:17 UTC
README
A PHP implementation of a fixed-size (rolling) sum tree.
This repository is a port of this python implementation : https://github.com/jaromiru/AI-blog/blob/master/SumTree.py
Install
composer require mattjmattj/sumtree
License
MIT