627 views
5 votes
5 votes

Answer given : 1935360 but I m getting 3225600 please check.. 

Please log in or register to answer this question.

Related questions

1.4k
views
0 answers
1 votes
codingo1234 asked Nov 20, 2018
1,378 views
Consider a binary min heap given below containing integer in [1, 15]. The maximum number of node movement on 5 successive removal of element are ________.
623
views
1 answers
2 votes
Hira Thakur asked Jan 1, 2019
623 views
what is the time complexity of various problems such as:1) Creating the heap2) Getting maximum element in the max heap3) Getting minimum element in the max heap4) ... of an element in the max heap11) Insertion of an element in min heap
1.6k
views
0 answers
0 votes
Shubhanshu asked Oct 18, 2017
1,606 views
In a binary min heap with n elements, the 7th smallest element can be found in _____ ?Answer given is O(logn) and solution:-Delete the 1st smallest ... heap will be changed after performing these operation.any better solution than this???
594
views
0 answers
2 votes
S Ram asked Feb 1, 2017
594 views
how to solve this please explain procedure...