What is the difference between tree depth and diameter?

前端 未结 2 1357
心在旅途
心在旅途 2021-01-28 09:03

Hi Im little confused with the difference between the depth and the diameter of a tree.Sorry if Its already asked but I couldn\'t find it.

2条回答
  •  北海茫月
    2021-01-28 09:46

    From crackinterviewtoday,

    Diameter of a Tree is defined as the number of nodes on the longest path between two leaves in the tree.

    But depth is the number of edges from the root node to the node.

提交回复
热议问题