Sliding Window Maximum

Hard 40 pts New · no attempts yet csharp

Sliding Window Maximum — LTIMindtree interview prep · Sliding Window

Classic interview problem #239.

Input (stdin)

Line 1: integers\nLine 2: k

Output (stdout)

Sliding window maximums

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

Examples

Sample
Input
1 3 -1 -3 5 3 6 7
3
Output
3 3 5 5 6 7
Static hints
  • Input format: Line 1: integers\nLine 2: k
  • DSA Interview 150 — Sliding Window
  • Problem #239
  • Frequently asked at LTIMindtree
  • Sliding Window

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