Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~156 People Reached
Favorite Forums
Member Avatar for katti.shyam

Given the size of array heap 'A' say 50 million, on calling MAX-HEAPIFY (A,300), how can I calculate the maximum and minimum no. of exchanges that can take place?

Member Avatar for BestJewSinceJC
0
73
Member Avatar for katti.shyam

Hi All, I have been given a time complexity recursive function T(n) = 9 T(n/3) + (n)2 [read as n square]. Now I am supposed to find out the precise values of T(3) etc etc .. Please help me understand as to what needs to be done. Is this just …

Member Avatar for katti.shyam
-1
83