LeetCode 1198: Find Smallest Common Element in All Rows - Interview Prep Ep 9

preview_player
Показать описание


⭐ Support my channel and connect with me:

// TOOLS THAT I USE:

// MY FAVORITE BOOKS:

My ENTIRE Programming Equipment and Computer Science Bookshelf:

And make sure you subscribe to my channel!

Your comments/thoughts/questions/advice will be greatly appreciated!

#softwareengineering #leetcode #algorithms #coding #interview #SDE #SWE #SiliconValley #programming #datastructures
Рекомендации по теме
Комментарии
Автор

This is a very good approach, you are using the first row of the matrix storage itself for the elements. Very nice approach.
You have solved many problems in Leetcode. Please provide general problem solving guidelines, what are the most important algorithms one must know to be able to solve that many problems as you have done, in your opinion what techniques and algorithms one must know to be able to solve all of the leetcode problems.

bablobko
Автор

Hi, I think we can use binary search instead of outermost j variable loop.

architjindal
Автор

Hello..
Thanks for algorithm
But can you please use other visualisation techniques..
Or will you please try to show by doing dry run?

vaishnavi