Announcing nary_tree, and Elixir library for tree data structure

Hi folks,

I just want to let you know that I just released a library called nary_tree. It’s a general purpose tree data structure in Elixir. Consider this a beta release.

Hex package is https://hex.pm/packages/nary_tree.
Documentation: https://hexdocs.pm/nary_tree/
Github: https://github.com/medhiwidjaja/nary_tree

5 Likes

Cool stuff! The library seems to depend on poison although I couldn’t find any usage. Is this a leftover?

2 Likes

Oops. You’re right. Was working on JSON export-import functions, but those functions were not my top priorities right now.

I’ll remove the dependency for now.

Thank you for pointing this out. That was a quick response.

4 Likes