Leetcode 378. Kth Smallest Element in a Sorted Matrix [Java]

preview_player
Показать описание
"Kth Smallest Element in a Sorted Matrix" is the coding interview question asked by Amazon. Check out this video to find out how to solve it efficiently using the binary search in Java.

Please write in the comments below which leetcode problem you want me to solve next.

And remember, a leetcode a day keeps unemployment away!

Thanks for watching!
#leetcode378
Рекомендации по теме
Комментарии
Автор

watched a lot of videos on repeat but your video made it crystal clear in one go... THANK YOU keep it up loved it

lakshyaKumar
Автор

Great explanation, thank you so much.

heyjoe
Автор

Thank you so much. This video was really helpful to understand how the binary search solution worked.

VasheshJ
Автор

Appreciate your explanation, very clear.

CSRookie
Автор

great!!! what's the TC of the last approach?

_channel
Автор

in the countLessOrEqual function, why is the starting point in the right most column?
Thank you for this video by the way, greatly appreciated!

shreysharma
Автор

Thank you. Can you make a list of mediums you had please? Also do you have a list of mid-hard questions you would recommend preparing for interview please?

mohammadyahya
Автор

isn't the middle element (min + max)/2?

chilly
visit shbcf.ru