Quiz
It's quiz time! Test yourself by solving these questions about binary trees.
Technical Quiz
1.
What is the total number of edges from a particular node to its deepest descendant in a tree?
A.
The depth of that particular node
B.
The height of that particular node
C.
The depth of the tree
D.
The height of the tree
1 / 5