mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-25 19:23:19 +08:00
8 lines
189 B
Markdown
8 lines
189 B
Markdown
---
|
|
id: heap
|
|
title: 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.
|