trees
trees
Different types of trees exist:
- The abstract Tree, from which all trees inherit methods: AbstractTree
- The default type of tree is the Tree class
- SimpleTree is a more minimalistic kind of tree (similar to Tree) in terms of memory
- LimitedTree is limited to a number of children
- BinaryTree is a LimitedTree (limited to 2 children obviously)
Installation
-
Add the dependency to your
shard.yml
:dependencies: trees: github: data-niklas/trees
-
Run
shards install
Usage
require "trees"
TODO: Write usage instructions here
Development
TODO: Write development instructions here
Contributing
- Fork it (https://github.com/data-niklas/trees/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Contributors
- Niklas Loeser - creator and maintainer
Repository
trees
Owner
Statistic
- 0
- 0
- 0
- 0
- 0
- over 4 years ago
- March 29, 2020
License
MIT License
Links
Synced at
Sun, 17 Nov 2024 10:26:40 GMT
Languages