Which of these operations have same complexities?
(a) Insertion, find_min
(b) Find_min, union
(c) Union, Insertion
(d) Deletion, Find _max
Query is from Binomial and Fibonacci Heap in section Heap of Data Structures & Algorithms I
This question was posed to me in an online quiz.