Complex Relationships: Language Tree

language tree

Other Examples of Trees

  • Files and folders on a computer
  • Compilers: parse tree
    a = (b+c) * d;
  • Genealogy trees
    • These become complicated with some complex family relationships

All the tree rotations

tree rotations

The program tree

program tree