In a min-heap, the array storing elements in level-order is:
Sorted in increasing order
Sorted in decreasing order
not fully sorted (Ordered only by parent-child relationships)
Sorted alternately min-max
This question is part of this quiz :
Quiz on Heap