Overview
Explore the fundamentals of min heaps and max heaps in this informative 19-minute video tutorial. Learn about the concept of heaps, their implementation using complete binary trees, and how they are typically stored in array data structures. Discover the practical applications of min and max heaps for efficiently finding minimum and maximum values in datasets. Dive into code implementation and understand the time complexity of heap operations. Gain valuable insights into these essential data structures used in computer science and algorithm design.
Syllabus
Introduction
What is Heap
Code Implementation
Complexity
Taught by
CppNuts