📚 Question Bank Q62 — Algorithms
Tags
Algorithms
Q62. Marks: +2.0 UGC NET Paper 2: Computer Science 7th Dec 2023 Shift 2
Which of the following is TRUE ? 
1.The cost of searching an AVL tree is θ (log n) but that of binary search is 0(n)  ✓ Correct
2.The cost of searching an AVL tree in θ (log n) but that of complete binary tree is θ (n log n) 
3.The cost of searching a binary tree is 0 (log n) but that of AVL tree is θ (n)  
4.The cost of searching an AVL tree is θ (n log n) but that of binary search tree is θ (n)  
📄 All “Algorithms” questions across papers
🏷 Change Tag for this Question