What is the time complexity of finding the minimum element in a heap?
O(n)
O(log n)
O(1)
O(n log n)

Software Engineering Exercises are loading ...