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 Algorithms Part 2Peking University via edX 算法设计与分析 Design and Analysis of Algorithms
Peking University via Coursera Introduction to Automata, Languages and Computation
Indian Institute of Technology, Kharagpur via Swayam Data Structures & Algorithms I: ArrayLists, LinkedLists, Stacks and Queues
Georgia Institute of Technology via edX Learning Algorithms in JavaScript from Scratch
Udemy