What is the worst case time complexity of delete operation(n is the no. of candidates)?
A. O(1)
B. O(n)
C. O(log n)
D. O(n log n)
Answer: Option B
A. O(1)
B. O(n)
C. O(log n)
D. O(n log n)
Answer: Option B
A. Inorder
B. Preorder
C. Postorder
D. Level-order
Join The Discussion