Which of the following heap method lowers the value of key at-03449
Which of the following heap method lowers 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 Final Term - Quiz No.15.
Which of the following heap method lowers the value of key at position 'p' by the amount 'delta'?
increaseKey(p,delta)
decreaseKey(p,delta)
percolateDown(p,delta)
remove(p,delta)