Kth Largest Element in a Stream

Easy 20 pts New · no attempts yet csharp

Kth Largest Element in a Stream — KPMG interview prep · Heap / Priority Queue

Classic interview problem #703.

Input (stdin)

Line 1: nums\nLine 2: k

Output (stdout)

Heap pattern (Kth Largest Element in a Stream)

Your program must read from stdin and write the answer to stdout (no extra debug text).

Examples

Sample
Input
3 2 1 5 6 4
2
Output
5
Static hints
  • Input format: Line 1: nums\nLine 2: k
  • DSA Interview 150 — Heap / Priority Queue
  • Problem #703
  • Frequently asked at KPMG
  • Heap / Priority Queue

Toolliyo Coach

Stuck? Get a nudge — not the answer

Progressive help: Nudge → Guide → Approach. Full solution stays behind the Solution tab.

Toolliyo Assistant
Ask about tutorials, ebooks, training, pricing, mentor services, and support. I use public site content only—not admin or internal tools.

care@toolliyo.com

Need callback? Share your details