Which of the following statements is INCORRECT with respect to a binary tree?
1
The height of a node is the number of edges from the node to the deepest leaf.
2
The height of a tree is a height of the root.
3
The depth of a node is the number of edges from the root to the node.
4
A full binary tree is a binary tree in which each node has exactly two children.
5
None of these