What is Height and Depth of a Tree and its Nodes?

Technology CommunityCategory: TreesWhat is Height and Depth of a Tree and its Nodes?
VietMX Staff asked 3 years ago
  • The depth of a node is the length of the path to its root
  • The height of a node is the number of edges on the longest path from the node to a leaf
  • The height of a tree is the length of the longest path to a leaf

height-vs-depth