mattjmattj / sumtree
A PHP implementation of an unsorted binary sum tree
1.1.1
2020-05-23 16:28 UTC
Requires
- php: >=7.4
Requires (Dev)
- phpunit/phpunit: ^9.1
This package is auto-updated.
Last update: 2025-03-24 03:43:54 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