Search in a row column sorted Matrix | @GeeksforGeeks | Competitive Programming for Beginners
In this video, I am going to discuss or solve Search in a row-column sorted Matrix. I showed step by step process with Theory and code. Given a matrix of size n x m, where every row and column is sorted in increasing order, and a number x. Find whether element x is present in the matrix or not. Input: n = 3, m = 3, x = 62 matrix[][] = {{ 3, 30, 38}, {36, 43, 60}, {40, 51, 69}} Output: 0 Explanation: 62 is not present in the matrix, so output is 0. We also Provide courses on Competitive Programming and Data structure and Algorithms. Please see our Full Playlist on our Channel. ---------------------------------------------------------------------------------------- Search in a row-column sorted Matrix: https://practice.geeksforgeeks.org/problems/search-in-a-matrix-1587115621/1 Pdf of Search in a row-column sorted Matrix: https://github.com/Prince-1501/Hello_world-Competiitve-Programming/blob/master/Leetcode/Search%20in%20a%20row-column%20sorted%20Matrix.pdf Code of Search in a row-column sorted Matrix: https://github.com/Prince-1501/Hello_world-Competiitve-Programming/blob/master/Leetcode/Search%20in%20a%20row-column%20sorted%20Matrix.cpp ---------------------------------------------------------------------------------------- *Unacademy * INVITATION CODE: HELLOWORLD Free live classes: https://unacademy.com/goal/competitive-programming/LEARNCP/classes Check out the star educators here: http://unacademy.cc/EducatorYT ELITE: Master Advanced Programming Topics and Become an Expert: https://unacademy.com/batch/elite-master-advanced-programming-topics-and-become-an-expert/PHPO27EQ Get all the free classes schedule by experts in one place: http://unacademy.cc/daily_learning ---------------------------------------------------------------------------------------- *Follow me * LinkedIn► https://www.linkedin.com/in/iamprince/ Facebook► https://www.facebook.com/helloworldofficials/ Instagram► https://www.instagram.com/helloworldbyprince/ Twitter► https://twitter.com/prince_king_ ---------------------------------------------------------------------------------------- ►Our Playlists on:- ►Competitive Programming: https://www.youtube.com/watch?v=6ZBY9yGNWbI&list=PLzjZaW71kMwTGbP1suqY16w1VSb9ZNuvE ►C++ Full Course : https://www.youtube.com/watch?v=dt1Ul9n2U04&list=PLzjZaW71kMwRba0ojzshdrmR_NueVeMJv ►Algorithms: https://www.youtube.com/watch?v=7aB650S72CQ&list=PLzjZaW71kMwQWnV474_y1twD9_5qS85Mu ►Data Structure: https://www.youtube.com/playlist?list=PLzjZaW71kMwQVEuI4I0Yj0NnsV-km-Jt_ ------------------------------------------------------------------------ #matrix #geeksforgeeks #programming
Download
0 formatsNo download links available.