mattjmattj/sumtree

A PHP implementation of an unsorted binary sum tree

1.1.1 2020-05-23 16:28 UTC

This package is auto-updated.

Last update: 2024-05-24 01:35:13 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