Heaps & Priority Queues - Data Structures Series #7
In this course, you will learn about the Heap data structure (the backbone of priority queues), create a MinHeap from zero using your preferred language, and practice coding challenges with it!
Syllabus
3 chapters14 lessons1 project6 challengesIntroduction
2 lessons- 01Introduction
- 02What is a Heap?
MinHeap Project
Project7 lessons1- 01MinHeap Class
- 02parent
- 03insert
- 04peek
- 05extractMin
- 06size
- 07isEmpty
Practice Challenges
5 lessons5- 01Practice #1
- 02Practice #2
- 03Practice #3
- 04Practice #4
- 05Practice #5
More like this
Queue - Data Structures Series #2
In this course, you will learn about the Queue data structure, create a Queue from zero using your preferred language, and practice coding challenges with it!
- 12
- 5
- 1
Stack - Data Structures Series #1
In this course, you will learn about the Stack data structure, create a Stack from zero using your preferred language, and practice coding challenges with it!
- 13
- 6
- 1
Hash Tables - Data Structures Series #4
In this course, you will learn about the Hash Table data structure, create a Hash Table from zero using your preferred language, and practice coding challenges with it!
Certificate on completion
- 14
- 12
Binary Tree - Data Structures Series #3
In this course, you will learn about the Binary Tree data structure, create a Binary Tree from zero using your preferred language, and practice coding challenges with it!
- 13
- 5
- 1
Linked List - Data Structures Series #5
In this course, you will learn about the Linked List data structure, create a Linked List from zero using your preferred language, and practice coding challenges with it!
Certificate on completion
- 14
- 6
- 1