README.md

# OrderedNaryTree
[![Build Status](https://github.com/fremantle-industries/ordered_nary_tree/workflows/test/badge.svg?branch=main)](https://github.com/fremantle-industries/ordered_nary_tree/actions?query=workflow%3Atest)
[![hex.pm version](https://img.shields.io/hexpm/v/ordered_nary_tree.svg?style=flat)](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)