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
Link to this section Types
Link to this section Functions
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)