Which traversal gives a decreasing order of elements in a heap-03501
Which traversal gives a decreasing order of elements in a heap where the max element is stored at the top?
This multiple choice question (MCQ) is related to the book/course vu cs301 Data Structures. It can also be found in vu cs301 Final Term - Quiz No.20.
Which traversal gives a decreasing order of elements in a heap where the max element is stored at the top?
post-order
level -order
in order
none of the above