mattjmattj/sumtree

A PHP implementation of an unsorted binary sum tree

Maintainers

Package info

github.com/mattjmattj/sumtree

pkg:composer/mattjmattj/sumtree

Statistics

Installs: 19

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.1.1 2020-05-23 16:28 UTC

This package is auto-updated.

Last update: 2026-02-24 05:42:51 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