๐ŸŒณ Tree (programming)

= linear graph with exactly 1 entry and N exit nodes, used to connect data structures of any type

Terminology

  • RootNode/LeafNode: first/last node
  • LeftNode/MiddleNde/RightNode: next linked node