Hi Everyone, in this video we are going to solve the Search a 2D Matrix problem on leetcode platform. The problem is based on binary search concepts and is a medium level problem.
code - https://github.com/NitinSingh8/leetco...)
chapter:
0:00 Introduction
0:45 Understanding the problem
3:08 Logic
9:50 Python Implementation
11:50 C++ Implementation
13:58 Java Implementation
15:56 JavaScript Implementation