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
数据结构与算法 Data Structures and AlgorithmsPeking University via Coursera Data Structures and Algorithm Design Part I | 数据结构与算法设计(上)
Tsinghua University via edX Ordered Data Structures
University of Illinois at Urbana-Champaign via Coursera Data Structures and Algorithms (II)
Tsinghua University via Coursera Data Structures and Algorithms
Tsinghua University via Coursera