Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jifalops/node_tree
An unbalanced tree of arbitrary but limitable breadth and depth. Supports random and asynchronous generation.
https://github.com/jifalops/node_tree
Last synced: about 2 months ago
JSON representation
An unbalanced tree of arbitrary but limitable breadth and depth. Supports random and asynchronous generation.
- Host: GitHub
- URL: https://github.com/jifalops/node_tree
- Owner: jifalops
- License: mit
- Created: 2018-10-30T17:46:36.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-30T18:33:39.000Z (about 6 years ago)
- Last Synced: 2023-03-30T20:08:22.348Z (almost 2 years ago)
- Language: Dart
- Size: 14.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# node_tree
An unbalanced tree of arbitrary but limitable breadth and depth. Supports random and asynchronous generation.
Node children are kept in a HashMap instead of a list to support arbitrary placement.
"Breadth" (`maxBreadth`) here refers to the number of children per node, not to the tree itself.