Que. | The worst case time complexity of AVL tree is better in comparison to binary search tree for |
---|---|
A. | search and insert operations |
B. | search and delete operations |
C. | search, insert and delete operations |
D. | insert and delete operations |
The worst case time complexity of AVL tree is better in comparison to binary search tree for
Share
The correct answer to the question ‘The worst case time complexity of AVL tree is better in comparison to binary search tree for’ is (C) search, insert and delete operations.