SyntaxFix
Write A Post
Hire A Developer
Questions
Insert all n elements from an array to BST takes O(n logn). n elemnts in an array can be inserted to a heap in O(n) time. Which gives heap a definite advantage