Algae

v0.12.2

Algae
  • Pages
  • Modules

    Algae v0.12.2 Algae.Tree.Search View Source

    A binary search tree, with values at each node, and branches on either side

    Link to this section Summary

    Types

    t()

    Functions

    node()
    node(left)
    node(left, middle)
    node(left, middle, right)
    tip()

    Link to this section Types

    Link to this type t() View Source
    t() :: Tip.t | Node.t

    Link to this section Functions

    Link to this function node() View Source
    Link to this function node(left) View Source
    node([left: Algae.Tree.Search.Node.t, middle: any, right: Algae.Tree.Search.Node.t]) :: Algae.Tree.Search.Node.t
    node(Algae.Tree.Search.Node.t) :: (any -> (Algae.Tree.Search.Node.t -> Algae.Tree.Search.t))
    Link to this function node(left, middle) View Source
    node(Algae.Tree.Search.Node.t, any) :: (Algae.Tree.Search.Node.t -> Algae.Tree.Search.t)
    Link to this function node(left, middle, right) View Source
    node(Algae.Tree.Search.Node.t, any, Algae.Tree.Search.Node.t) :: Algae.Tree.Search.Node.t
    Link to this function tip() View Source
    tip() :: Algae.Tree.Search.Tip.t

    Built using ExDoc (v0.16.1), designed by Friedel Ziegelmayer.