OrderedNaryTree
A struct based implementation of a pure Elixir ordered n-ary tree
Installation
Add the ordered_nary_tree package to your list of dependencies in mix.exs:
def deps do
[
{:ordered_nary_tree, "~> 0.0.1"}
]
end
Authors
- Alex Kwiatkowski - alex+git@fremantle.io
License
ordered_nary_tree is released under the MIT license