LeetCode 74: Search A 2d Matrix — Step-by-Step Visual Trace
Medium — Binary Search | Matrix | Array
The Problem
Given a 2D matrix where each row is sorted in ascending order and the first integer of each row is greater than the last integer of the previous row, determine if a target value exists in the matrix...
blog.tracelit.dev1 min read