I’m doing some exercises about AVL tree The following two question belong are both false
- The absolute value of height difference of any subtrees on the same level is at most one
Isn’t it a property of AVL tree?
- A deletion needs at most two rotation operations to preserve an AVL tree to be a height-balanced tree
As I know the most operation when del/insert a node is double rotations.
Where are the wrong points? I’m not native speaker, thanks in advance