Let's solve LeetCode #74 Search a 2D Matrix! This is LeetCode daily coding challenge on August, 7th. ------------------------------------------------------------------------------------------------------ ■ Please subscribe the channel from here. / @codingninjaexamazon ------------------------------------------------------------------------------------------------------ ■ Related Questions Binary Search Playlist • Binary Search - LeetCode #704 with python ... ■ Problem Link https://leetcode.com/problems/search-... ■ Solution Code in the video Python https://github.com/marutaro/leetcode/... JavaScript https://github.com/marutaro/leetcode/... Java https://github.com/marutaro/leetcode/... C++ https://github.com/marutaro/leetcode/... ■ These are bonus code with single binary search version. (Added on Aug, 7th 2023) Python https://github.com/marutaro/leetcode/... JavaScript https://github.com/marutaro/leetcode/... Java https://github.com/marutaro/leetcode/... C++ https://github.com/marutaro/leetcode/... ■ Timeline 0:00 Read the question of Search a 2D Matrix 1:35 Explain a basic idea to solve Search a 2D Matrix part 1 5:08 coding for part 1 7:31 Explain a basic idea to solve Search a 2D Matrix part 2 9:37 coding for part 2 ■ Playlists Array&Hash: • Video Two pointers: • Video Sliding Window: • Permutation in String - LeetCode #567 with... Stack: • Car Fleet LeetCode 853 - Intuitive Guide +... Linked List: • Video Tree: • Video Heap: • Last Stone Weight - LeetCode #1046 with py... Dynamic Programming: • Video Graph: • Max Area of Island - Crack This Grid Probl... Backtracking: • Video Greedy : • Video Math: • Video Easy Level Questions : • Video Medium Level Questions : • Permutation in String - LeetCode #567 with... Hard Level Questions : • Merge k Sorted Lists - LeetCode #23 with p... #leetcode #python #binarysearch