Heap Sort - DSA Series
Master Heap Sort, the array-based binary heap turned into a sorting algorithm. Build the sift-down step, write the full sort in your language of choice, analyze its O(n log n) time and O(1) space, and practice with coding challenges.
Topics
Syllabus
3 chapters9 lessons1 project3 challenges54 quiz questionsIntroduction
2 lessons16The Algorithm
Project5 lessons138Final Challenges
2 lessons2More like this
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!
Certificate on completion
- 14
- 6
- 1
Selection Sort - DSA Series
Master Selection Sort, one of the simplest sorting algorithms. See how it works step by step, build it from scratch in your language of choice, analyze its complexity, and practice with coding challenges.
Certificate on completion
- 9
- 3
- 1
- 54
Quick Sort - DSA Series
Master Quick Sort, one of the fastest sorting algorithms in practice. Build the partition step, write the full recursive sort in your language of choice, analyze its complexity, and practice with coding challenges.
Certificate on completion
- 9
- 3
- 1
- 52
Merge Sort - DSA Series
Master Merge Sort, the classic divide and conquer algorithm. Build the merge step, write the full recursive sort in your language of choice, analyze its O(n log n) complexity, and practice with coding challenges.
Certificate on completion
- 9
- 3
- 1
- 52
Insertion Sort - DSA Series
Simple yet powerful algorithm. Learn how to efficiently arrange elements, understand time complexity, and enhance your sorting skills. Dive in now!
- 9
- 3
- 1