Data structures playlist Priority Queue Code
Priority Queue Code 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 Code.
- Understand how priority queue fits into Priority Queue Code.
- Understand how heap fits into Priority Queue Code.
- Understand how source code fits into Priority Queue Code.
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 Code repository: https://github.com/williamfiset/algorithms Source code: https://github.com/williamfiset/Algorithms/tree/master/src/main/java/com/williamfiset/algorithms/datastructures/priorityqueue 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 Code 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, priority queue, heap, source code, adding.
What should I learn before Priority Queue Code?
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, priority queue, heap, source code.
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.
