Latest DATA STRUCTURE Aptitude Question SOLUTION: In binary search tree , n=nodes, h=height of tree. What's complexity? 1. o(h) 2. o(n*h) 3. o(nLogn) 4. o(n*n) 5. None