Search a 2D Matrix - LeetCode 74 | Arrays | CodeBay Academy | Top Coding Interview Questions

Опубликовано: 16 Март 2026
на канале: Study With Rishi
151
7

In this video, we will solve "Search a 2D Matrix"
https://leetcode.com/problems/search-...

First we will learn to get a O(m*log(n)) solution
then we will optimise it's iterations(with same TC)
then we will look at the most optimal solution with O(log(m))+O(log(n)) solution.

Full Code is available at : https://github.com/RishiPrakash/Hacki...

Go to complete course https//rishiprakash.software then Free Courses then Hacking the Technical Interview

This channel requires your support so please share & subscribe to our channel and do comment if you like/dislike the video.

Top Coding Interview Questions