Search a 2D Matrix | Leet code 74 | Theory explained + Python code

preview_player
Показать описание
This video is a solution to Leet code 74, Search a 2D Matrix. I explain the question, go over how the logic / theory behind solving the question and finally solve it using Python code.

Comment below if you have a better solution to this problem!

Let me know if you have any feedback and don't forget to subscribe for more videos!

Videos related to question:

Code:

Time Stamps:
0:00 Question Explained
1:00 Solution Explained
4:16 Python Code

More leetcode questions solved:

Gear used:
Рекомендации по теме
Комментарии
Автор

this is nlog(n)
what if we wanna do it in O(n)?

kushagrasen