[prev] 29 [next]

Trees

Trees are branched data structures
  • consisting of nodes and links, with no cycles  (no up-links)
  • each node contains a data value   (or key+data)
  • each node has links to ≤ k other child nodes   (k=2 below)


[Diagram:Pics/trees/tree.png]