What is order of resultant heap after merging two tree of order k?
(a) 2*k
(b) k+1
(c) k*k
(d) k+logk
Asked question is from Binomial and Fibonacci Heap in section Heap of Data Structures & Algorithms I
This question was addressed to me in an online quiz.