Current section
Files
Jump to
Current section
Files
ordered_nary_tree
README.md
README.md
# OrderedNaryTree
[](https://github.com/fremantle-industries/ordered_nary_tree/actions?query=workflow%3Atest)
[](https://hex.pm/packages/ordered_nary_tree)
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`:
```elixir
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](./LICENSE)