Multiple choice

Which of the following terms in a tree data structure specifies the length of the longest downward path to a leaf from a particular node?

  1. Degree

  2. Height

  3. Depth

  4. Leaf node

  5. Graph

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

This term in a tree data structure specifies the length of the longest downward path to a leaf from a particular node.