Data structures playlist Priority Queue Min Heaps and Max Heaps
Priority Queue Min Heaps and Max Heaps Transcript and Lesson Notes
Related Videos: Priority queue intro: https://www.youtube.com/watch?v=wptevk0bshY Priority queue min/max heaps: https://www.youtube.com/watch?v=HCEr35qpawQ Priority queue insertion: https://www.youtube.com/watch?v=QOJ-Cm
Quick Summary
Related Videos: Priority queue intro: https://www.youtube.com/watch?v=wptevk0bshY Priority queue min/max heaps: https://www.youtube.com/watch?v=HCEr35qpawQ Priority queue insertion: https://www.youtube.com/watch?v=QOJ-Cm
Key Takeaways
- Review the core idea: Related Videos: Priority queue intro: https://www.youtube.com/watch?v=wptevk0bshY Priority queue min/max heaps: https://www.youtube.com/watch?v=HCEr35qpawQ Priority queue insertion: https://www.youtube.com/watch?v=QOJ-Cm
- Understand how tutorial fits into Priority Queue Min Heaps and Max Heaps.
- Understand how heap fits into Priority Queue Min Heaps and Max Heaps.
- Understand how priority queue fits into Priority Queue Min Heaps and Max Heaps.
- Understand how data structure fits into Priority Queue Min Heaps and Max Heaps.
Key Concepts
Full Transcript
Related Videos: Priority queue intro: https://www.youtube.com/watch?v=wptevk0bshY Priority queue min/max heaps: https://www.youtube.com/watch?v=HCEr35qpawQ Priority queue insertion: https://www.youtube.com/watch?v=QOJ-CmQiXko Priority queue removals: https://www.youtube.com/watch?v=eVq8CmoC1x8 Priority queue code: https://www.youtube.com/watch?v=GLIRnUhknP0 Data Structures Source Code: https://github.com/williamfiset/algorithms My website: http://www.williamfiset.com =================================== Practicing for interviews? I have used, and recommend `Cracking the Coding Interview` which got me a job at Google. Link on Amazon: https://amzn.to/3cvMof5 A lot of the content on this channel is inspired by the book `Competitive Programming` by Steven Halim which I frequently use as a resource and reference. Link on Amazon: https://amzn.to/3wC2nix
Lesson FAQs
What is Priority Queue Min Heaps and Max Heaps about?
Related Videos: Priority queue intro: https://www.youtube.com/watch?v=wptevk0bshY Priority queue min/max heaps: https://www.youtube.com/watch?v=HCEr35qpawQ Priority queue insertion: https://www.youtube.com/watch?v=QOJ-Cm
What key concepts are covered in this lesson?
The lesson covers tutorial, heap, priority queue, data structure, easy.
What should I learn before Priority Queue Min Heaps and Max Heaps?
Review the previous lessons in Data structures playlist, then use the transcript and key concepts on this page to fill any gaps.
How can I practice after this lesson?
Practice by applying the main concepts: tutorial, heap, priority queue, data structure.
Does this lesson include a transcript?
Yes. The full transcript is visible on this page in indexable HTML sections.
Is this lesson free?
Yes. CourseHive lessons and courses are available to learn online for free.
