CLRS - Algorithms heap data structure
In this episode, I discuss what a heap data structure is, and how to build a max heap.
Resources:
Resources:
- https://github.com/davidwparker/programmingtil-algorithms/tree/master/0003-heap-data-structure
- https://en.wikipedia.org/wiki/Heap(datastructure)
- http://www.cs.umd.edu/~meesh/351/mount/lectures/lect13-heapsort.pdf
© programmingtil.com