Current section

Files

Jump to
structure lib structure.ex
Raw

lib/structure.ex

defmodule Structure do
@moduledoc """
`Structure` is a library used to explore functional data structures
using Elixir.
## Contents
* `Structure.Stack`
* `Structure.BST` (BInary Search Tree)
"""
end