178 views
0 votes
0 votes

can ny clarify thiz

 max heap insert

heap extract max

heap increase key

heap maximum

all thze take O(log n)?

Please log in or register to answer this question.

Related questions

0 votes
0 votes
1 answer
1
syedasafoora asked Nov 8, 2023
247 views
Consider the following algorithm for Build-Max-heap and the given array A=[ 47,96, 35, 54, 77, 65, 83]. Run this algorithm on the given array and redraw the heap and the ...
2 votes
2 votes
0 answers
2
Markzuck asked Jan 13, 2019
1,237 views
Please explain the logic behind this shortcut and when to be used?
0 votes
0 votes
0 answers
3
Aswathy B asked Oct 9, 2018
514 views
Hi,How to implement symmetric min max heap in c.Idon't understand it clearly.Please help me to complete my assignment