Question: Which of the following statements about AVL trees is false?
Options:
Correct Answer: They can have nodes with two children only
Solution:
The statement that AVL trees can have nodes with two children only is false; they can have nodes with zero, one, or two children.