Data Structures and Algorithms (measured 2 weeks)

1.The inorder traversal sequence of an AVL tree must be in sorted (non-decreasing) order.

     T      F

According to the nature of binary search tree, preorder must be ordered, but is increasing.

Guess you like

Origin www.cnblogs.com/nonlinearthink/p/11770770.html