Overview
Save Big on Coursera Plus. 7,000+ courses at $160 off. Limited Time Only!
Learn how to implement ExtractMin and Heapify operations in a Heap data structure through this comprehensive 32-minute video tutorial. Explore step-by-step diagrams, pseudocode dry runs, and a full C++ implementation. Gain a deep understanding of these crucial heap operations, starting with an introduction and recap, followed by detailed explanations of ExtractMin and Heapify working with diagrams. Dive into ExtractMin pseudocode dry run, MinHeapify pseudocode dry run, and conclude with the complete C++ program code for both operations.
Syllabus
Introduction & Recap
ExtractMin & Heapify Working with Diagram
ExtractMin Pseudocode Dry Run
MinHeapify Pseudocode Dry Run
ExtractMin & Heapify C++ Program Code
Taught by
Simple Snippets