No. In a max-heap, the largest value is at the root. But in a min-heap, the largest value is not necessarily the last one, so, after reversing, the largest value might not be at the root. For example, in heap

A heap
the largest value is 33, but the last value is 18.