4 answers
3
Consider an array containing ‘n’ elements. The elements present in an array are in arithmetic progression, but one element is missing in that order. What is the time ...
8 answers
6
2 answers
8
How are 2 memory access required here? Only R3 contains a memory address which will be accessed for the operand.
2 answers
11
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}$)