0 votes
3
How are 2 memory access required here? Only R3 contains a memory address which will be accessed for the operand.
1 votes
4
What is worst case time complexity to delete middle element from the min heap of n distinct elements?O(logn)O(n)O(nlogn)O($n^{2}$)