Min Heap, Max Heap, and Heapify Introduction - Lecture 1
Offered By: CppNuts via YouTube
Course Description
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
Related Courses
Information TheoryThe Chinese University of Hong Kong via Coursera Intro to Computer Science
University of Virginia via Udacity Analytic Combinatorics, Part I
Princeton University via Coursera Algorithms, Part I
Princeton University via Coursera Divide and Conquer, Sorting and Searching, and Randomized Algorithms
Stanford University via Coursera