Heap Sort - Part 6 Heap Insertion

preview_player
Показать описание
This video tutorial will describe Heap insert operation in detail.
This is 6th of 12 lectures on Heap and Heap Sort.

Purchase my complete Udemy Course on Data Structure using the following coupon link:

Link to Entire PlayList of this series:
Рекомендации по теме
Комментарии
Автор

Thank you Sir; the video cleared my long time doubt !

isaacg
Автор

I think variable parent should be changed to p. Also, looks like n is an index, when was item added to index n? Please check the comments in the code as well.

bcarunmail