A binary tree in Elixir
Find a file
2025-03-14 22:29:48 -07:00
lib Add tree creation and mutation functions 2025-03-14 22:29:48 -07:00
test Add tree creation and mutation functions 2025-03-14 22:29:48 -07:00
.formatter.exs Ran mix new 2025-03-14 14:41:40 -07:00
.gitignore Ran mix new 2025-03-14 14:41:40 -07:00
mix.exs Ran mix new 2025-03-14 14:41:40 -07:00
README.md Ran mix new 2025-03-14 14:41:40 -07:00

MbBinaryTree

TODO: Add description

Installation

If available in Hex, the package can be installed by adding mb_binary_tree to your list of dependencies in mix.exs:

def deps do
  [
    {:mb_binary_tree, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/mb_binary_tree.