Examveda

What is the time complexity of inserting a node into a Binary Search Tree (BST) in the worst case?

A. O(1)

B. O(log n)

C. O(n)

D. O(n log n)

Answer: Option C


This Question Belongs to Data Structure >> Binary Search Trees(B Tree)

Join The Discussion

Related Questions on Binary Search Trees(B Tree)