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
- Host: GitHub
- URL: https://github.com/mattjmattj/sumtree
- Owner: mattjmattj
- License: mit
- Created: 2020-05-22T19:58:29.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-23T16:29:27.000Z (about 6 years ago)
- Last Synced: 2025-10-29T22:53:53.586Z (8 months ago)
- Topics: binary-search-tree, binary-tree, stochastic-sampling, sum-tree
- Language: PHP
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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