Search a 2D Matrix

Medium 30 pts New · no attempts yet csharp

Search a 2D Matrix — Persistent Systems interview prep · Binary Search

Classic interview problem #74.

Input (stdin)

Line 1: rows\nNext rows\nLast line: target

Output (stdout)

true or false

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

Examples

Sample
Input
3
1 3 5 7
10 11 16 20
23 30 34 60
3
Output
true
Static hints
  • Input format: Line 1: rows\nNext rows\nLast line: target
  • DSA Interview 150 — Binary Search
  • Problem #74
  • Frequently asked at Persistent Systems
  • Binary Search

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