Previous Lecture | lect14 | Next Lecture |
Topics
- Two different views of the heap : tree and array
- Operations supported by heaps
- Under the hood of heaps: min (or max), insert, delete min (or delete max)
- Applications for fast sorting
Previous Lecture | lect14 | Next Lecture |