Which of the following heap method increase the value of key at-03539
Which of the following heap method increase the value of key at position p by the amount delta?
This multiple choice question (MCQ) is related to the book/course vu cs301 Data Structures. It can also be found in vu cs301 Mid Term - Quiz No.3.
Which of the following heap method increase the value of key at position p by the amount delta?
increaseKey(p,delta)
decreaseKey(p,delta)
preculateDown(p,delta)
remove(p,delta)