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

1.1.1 2020-05-23 16:28 UTC

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