Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 86 Bytes

problem_251.md

File metadata and controls

4 lines (3 loc) · 86 Bytes

Solution

  • Stream the million numbers into a heap
  • O(log(n)) to insert each one