We hope you all are enjoying our videos!!! Don't forget to leave a comment!!! Please like the video to support us!!! Questions you might like: ✅✅✅[ Tree Data Structure ] : ruclips.net/p/PLJtzaiEpVo2zx-rCqLMmcFEpZw1UpGWls ✅✅✅[ Graphs Data Structure ] : ruclips.net/p/PLJtzaiEpVo2xg89cZzZCHqX03a1Vb6w7C ✅✅✅[ January Leetcoding Challenge ] : ruclips.net/p/PLJtzaiEpVo2wCalBcRcNjXQ0C6ku3dRkn ✅✅✅[ December Leetcoding Challenge ] : ruclips.net/p/PLJtzaiEpVo2xo8OdPZxrpybGR8FmzZpCA ✅✅✅[ November Leetcoding Challenge ] : ruclips.net/p/PLJtzaiEpVo2yMYz5RPH6pfB0wNnwWsK7e ✅✅✅[ August Leetcoding Challenge ] : ruclips.net/p/PLJtzaiEpVo2xu4h0gYQzvOMboclK_pZMe ✅✅✅July Leetcoding challenges: ruclips.net/p/PLJtzaiEpVo2wrUwkvexbC-vbUqVIy7qC- ✅✅✅June Leetcoding challenges: ruclips.net/p/PLJtzaiEpVo2xIfpptnCvUtKrUcod2zAKG ✅✅✅May Leetcoding challenges: ruclips.net/p/PLJtzaiEpVo2wRmUCq96zsUwOVD6p66K9e ✅✅✅Cracking the Coding Interview - Unique String: ruclips.net/p/PLJtzaiEpVo2xXf4LZb3y_BopOnLC1L4mE Struggling in a question?? Leave in a comment and we will make a video!!!🙂🙂🙂
We hope you all are enjoying our videos!!! Don't forget to leave a comment!!! Please like the video to support us!!!
Questions you might like:
✅✅✅[ Tree Data Structure ] : ruclips.net/p/PLJtzaiEpVo2zx-rCqLMmcFEpZw1UpGWls
✅✅✅[ Graphs Data Structure ] : ruclips.net/p/PLJtzaiEpVo2xg89cZzZCHqX03a1Vb6w7C
✅✅✅[ January Leetcoding Challenge ] : ruclips.net/p/PLJtzaiEpVo2wCalBcRcNjXQ0C6ku3dRkn
✅✅✅[ December Leetcoding Challenge ] : ruclips.net/p/PLJtzaiEpVo2xo8OdPZxrpybGR8FmzZpCA
✅✅✅[ November Leetcoding Challenge ] : ruclips.net/p/PLJtzaiEpVo2yMYz5RPH6pfB0wNnwWsK7e
✅✅✅[ August Leetcoding Challenge ] : ruclips.net/p/PLJtzaiEpVo2xu4h0gYQzvOMboclK_pZMe
✅✅✅July Leetcoding challenges: ruclips.net/p/PLJtzaiEpVo2wrUwkvexbC-vbUqVIy7qC-
✅✅✅June Leetcoding challenges: ruclips.net/p/PLJtzaiEpVo2xIfpptnCvUtKrUcod2zAKG
✅✅✅May Leetcoding challenges: ruclips.net/p/PLJtzaiEpVo2wRmUCq96zsUwOVD6p66K9e
✅✅✅Cracking the Coding Interview - Unique String: ruclips.net/p/PLJtzaiEpVo2xXf4LZb3y_BopOnLC1L4mE
Struggling in a question??
Leave in a comment and we will make a video!!!🙂🙂🙂
I got this in an interview and I bombed. I wish I had seen this video earlier ..Beautifully explained..
One of the excellent algorithm series so far. Well explained each example with diagrams. Good job.
Thanks!!
Thank you
I needed that first hint then I got the algorithm. Thank you
Great !! Keep going !!
thank you maam
instead of moving 1 cell at a time can we do some kind of binary search to discard multiple row/collums at once and further optimize this?
Really good stuff ,
Really like this approach and explaination
on point presentation
SUCH A BEAUTIFUL EXPLANATION, THANK YOU!
Thanks !!
Most underrated channel
Thanks :)
Your explanations are amazing! Thank you for making these videos.
Glad you like them!
Best explanation of the search space reduction solution! Thanks for sharing.
Is there any Part 1 video?
love the diagram
Just amazing explanation, now words.... and the best thing is visualisation,
Thanks for the explanation
You're welcome
Great explanation. Thanks!
Glad it was helpful!
Very good
well explained !
Most welcome!!
Such a perfect explanation
Thanks !
Super! Way to go!!
Thank you so much 😀
Awesome as always!
Thank you! Cheers!
Amazing
Really really good!
Thanks !!
Great work.
Thankyou !!
Excellent explanation...Please continue making these kind of videos.
Thank you!! 🙂🙂
At first i applied binary search on each row which has n logm complexity. Now found very optimal method.
bext explanation....keep it up and thanks a lot
Thanks Nikita!! 😊
I think time complexity would be O(n*m) in worst case
leetcode 74 is same as this question!
no...there, the first element of the row is larger than the lasst element of the previous row..You do not have the constraint here
why is c = matrix[0].length ? why we have written 0 ??
Awesome
Thanks :)
Wow
Thanks :)
Why dont I come with such awsome tricks : (
You didn't tell why we can't start from (0, 0) and (n - 1, m - 1)????