recategorized by
1,527 views
4 votes
4 votes
If you are given a sorted list with n elements in ascending order. Then what will be the Time complexity to build a Min heap from the given array?
recategorized by

1 Answer

Related questions

0 votes
0 votes
2 answers
1
Anil Khatri asked Sep 4, 2016
845 views
how to merge two binary max heaps ?size of first heap is m+n and size of second heap is nand also find the complexity.
1 votes
1 votes
1 answer
2
1 votes
1 votes
1 answer
3
Avijit Shaw asked Dec 21, 2018
4,405 views
What is the time complexity of 'deleting any random node from a max or min heap'?
8 votes
8 votes
3 answers
4
Kapil asked Sep 4, 2016
3,973 views
In a min-heap with n elements1). The 7th smallest element can be found in time, if duplicates are allowed ?2). The 7th distinct smallest element can be found in time, I...