A Solution to Leetcod 74. Search a 2D Matrix
Problem statement
Write an efficient algorithm that searches for a value target in an m x n integer matrix matrix. This matrix has the following properties:
Integers in each row are sorted from left to right.
The first integer of each row is greater...
nhutnguyen.hashnode.dev2 min read