What is Height and Depth of a Tree and its Nodes? Technology Community › Category: Trees › What is Height and Depth of a Tree and its Nodes? 0 Vote Up Vote Down VietMX Staff asked 4 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