An open API service indexing awesome lists of open source software.

https://github.com/mattjmattj/sumtree

A PHP implementation of a fixed-size binary sum tree
https://github.com/mattjmattj/sumtree

binary-search-tree binary-tree stochastic-sampling sum-tree

Last synced: 2 days ago
JSON representation

A PHP implementation of a fixed-size binary sum tree

Awesome Lists containing this project

README

          

# Sumtree

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