tech-interview-handbook/algorithms/heap.md

6 lines
168 B

8 years ago
Heap
==
- Merge `K` sorted lists together into a single list.
- Given a stream of integers, write an efficient function that returns the median value of the integers.