#matrixsearch search results

๐Ÿš€ #GFG160 โ€“ Day 35: Searching Smartly! ๐Ÿ”๐Ÿ“ˆ Solved the Search in a Row-wise Sorted Matrix problem today โ€” leveled up my matrix search skills! โœ”๏ธ Search in a Row-wise Sorted Matrix #MatrixSearch #BinarySearch #2DArray #GeeksforGeeks #100DaysOfCode #geekstreak2025 @geeksforgeeks

YojitKataria's tweet image. ๐Ÿš€ #GFG160 โ€“ Day 35: Searching Smartly! ๐Ÿ”๐Ÿ“ˆ
Solved the Search in a Row-wise Sorted Matrix problem today โ€” leveled up my matrix search skills!
โœ”๏ธ Search in a Row-wise Sorted Matrix
#MatrixSearch #BinarySearch #2DArray #GeeksforGeeks #100DaysOfCode #geekstreak2025
@geeksforgeeks

๐Ÿ” Day 38 of @geeksforgeeks 160 โ€“ Search in a Row-Column Sorted Matrix โœ… Solved the problem of searching in a matrix where rows and columns are sorted. Started from the top-right corner and moved smartly using comparisons. #geekstreak2025 #gfg160 #MatrixSearch #BinaryThinking

MohitPxl's tweet image. ๐Ÿ” Day 38 of @geeksforgeeks  160 โ€“ Search in a Row-Column Sorted Matrix โœ…

Solved the problem of searching in a matrix where rows and columns are sorted.
Started from the top-right corner and moved smartly using comparisons.
#geekstreak2025 #gfg160 #MatrixSearch #BinaryThinking

Volunteering will help u understand how to speak and connect with biz #matrixsearch @GlobalCompactCA @canimmigrant @cdnbiz

Matrix_360inc's tweet image. Volunteering will help u understand how to speak and connect with biz #matrixsearch @GlobalCompactCA @canimmigrant @cdnbiz

๐Ÿš€ #GFG160 โ€“ Day 34: Matrix Hunt Begins! ๐Ÿ”๐Ÿ“Š Solved the Search in a Row-Column Sorted Matrix problem today โœ”๏ธ Search in a Row-Column Sorted Matrix #MatrixSearch #BinarySearch #2DArray #GeeksforGeeks #100DaysOfCode #geekstreak2025 @geeksforgeeks

YojitKataria's tweet image. ๐Ÿš€ #GFG160 โ€“ Day 34: Matrix Hunt Begins! ๐Ÿ”๐Ÿ“Š
Solved the Search in a Row-Column Sorted Matrix problem today
โœ”๏ธ Search in a Row-Column Sorted Matrix
#MatrixSearch #BinarySearch #2DArray #GeeksforGeeks #100DaysOfCode #geekstreak2025
@geeksforgeeks

๐Ÿ” Day 38 of #gfg160 ๐ŸŽฏ Task: Search in a sorted 2D matrix Input: [[3,30,38],[20,52,54],[35,60,69]], x = 62 Output: false Approach: โœ… Start top-right โ†˜ Move down if less, โฌ… move left if more โฑ O(n + m) | ๐Ÿ’พ O(1) #Java #MatrixSearch #BinarySearch #Day38 #geekstreak2025

yashthumar_11's tweet image. ๐Ÿ” Day 38 of #gfg160

๐ŸŽฏ Task: Search in a sorted 2D matrix

Input: [[3,30,38],[20,52,54],[35,60,69]], x = 62
Output: false

Approach:
โœ… Start top-right
โ†˜ Move down if less, โฌ… move left if more

โฑ O(n + m) | ๐Ÿ’พ O(1)
#Java #MatrixSearch #BinarySearch #Day38 #geekstreak2025

๐Ÿ“œ Day 40 of #gfg160 Solved Search in a Sorted Matrix ๐Ÿง โœ… Used binary search on the virtual 1D view of the matrix โ€” elegant & efficient! Strictly sorted rows made it a breeze ๐Ÿ”ฅ Thanks @geeksforgeeks ๐Ÿ™Œ #PythonMode #MatrixSearch #geekstreak2025 #DSA #MediumLevel #CodeEveryday

sapfire955's tweet image. ๐Ÿ“œ Day 40 of #gfg160 
Solved Search in a Sorted Matrix ๐Ÿง โœ…
Used binary search on the virtual 1D view of the matrix โ€” elegant & efficient!
Strictly sorted rows made it a breeze ๐Ÿ”ฅ
Thanks @geeksforgeeks  ๐Ÿ™Œ
#PythonMode #MatrixSearch #geekstreak2025  #DSA #MediumLevel #CodeEveryday

Day 22 of #100DaysOfCode ๐ŸŒŸ๐Ÿค–๏ธ Found the Minimum Area to Cover All Ones! ๐ŸŒŒ๐Ÿค“ LeetCode matrix, solved! ๐Ÿ”ข๐ŸŽฎ Unlocking matrix mysteries. #LeetCode #MatrixSearch #CodingQuest

Ashutos03448057's tweet image. Day 22 of #100DaysOfCode ๐ŸŒŸ๐Ÿค–๏ธ Found the Minimum Area to Cover All Ones! ๐ŸŒŒ๐Ÿค“ LeetCode matrix, solved! ๐Ÿ”ข๐ŸŽฎ Unlocking matrix mysteries. #LeetCode #MatrixSearch #CodingQuest

Take the guess work out of social media. Details with your skills are key @LinkedIn @canimmigrant #matrixsearch #newcomers

Matrix_360inc's tweet image. Take the guess work out of social media.  Details with your skills are key @LinkedIn @canimmigrant #matrixsearch #newcomers

โœจ GFG 160 โ€“ Day 39 ๐Ÿ“ Problem: Search in a Row-Wise Sorted Matrix ๐Ÿง  Approach: Used binary search on each row since rows are sorted individually. Efficiently checks for the target with O(n log m) time. โฑ๏ธ TC: O(n ร— log m) | SC: O(1) #geekstreak2025 #gfg160 #MatrixSearch

Nandeesha_S_'s tweet image. โœจ GFG 160 โ€“ Day 39
๐Ÿ“ Problem: Search in a Row-Wise Sorted Matrix
๐Ÿง  Approach:
Used binary search on each row since rows are sorted individually. Efficiently checks for the target with O(n log m) time.
โฑ๏ธ TC: O(n ร— log m) | SC: O(1)
#geekstreak2025 #gfg160 #MatrixSearch

๐ŸŽฏ Day 22 of My DSA Journey: Binary Search in a 2D Matrix Hey Tech Fam! ๐Ÿ‘‹๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป Today I applied Binary Search in a 2D matrix by treating it like a 1D array! Time Complexity: O(log(m * n)) ๐Ÿ”ฅ #BinarySearch #DSAJourney #MatrixSearch #Day22DSA #ProblemSolving #EfficientCoding

ujjwalP0807's tweet image. ๐ŸŽฏ Day 22 of My DSA Journey: Binary Search in a 2D Matrix

Hey Tech Fam! ๐Ÿ‘‹๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป

Today I applied Binary Search in a 2D matrix by treating it like a 1D array!

Time Complexity: O(log(m * n)) ๐Ÿ”ฅ

#BinarySearch #DSAJourney #MatrixSearch #Day22DSA #ProblemSolving #EfficientCoding
ujjwalP0807's tweet image. ๐ŸŽฏ Day 22 of My DSA Journey: Binary Search in a 2D Matrix

Hey Tech Fam! ๐Ÿ‘‹๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป

Today I applied Binary Search in a 2D matrix by treating it like a 1D array!

Time Complexity: O(log(m * n)) ๐Ÿ”ฅ

#BinarySearch #DSAJourney #MatrixSearch #Day22DSA #ProblemSolving #EfficientCoding

๐Ÿง Day 13: Binary Search in 2D Arrays @kunalstwt ๐Ÿ”นRow-Column Matrices - Search starts at the top-right corner - Time Complexity: O(m + n) ๐Ÿ”นSorted Matrices - Treat as a 1D array - Apply binary search - Time Complexity: O(log(m * n))๐Ÿš€ #BinarySearch #MatrixSearch #Java

thakurdau2022's tweet image. ๐Ÿง Day 13: Binary Search in 2D Arrays
@kunalstwt  

๐Ÿ”นRow-Column Matrices
- Search starts at the top-right corner  
- Time Complexity: O(m + n)  
๐Ÿ”นSorted Matrices 
- Treat as a 1D array  
- Apply binary search  
- Time Complexity: O(log(m * n))๐Ÿš€
#BinarySearch #MatrixSearch #Java
thakurdau2022's tweet image. ๐Ÿง Day 13: Binary Search in 2D Arrays
@kunalstwt  

๐Ÿ”นRow-Column Matrices
- Search starts at the top-right corner  
- Time Complexity: O(m + n)  
๐Ÿ”นSorted Matrices 
- Treat as a 1D array  
- Apply binary search  
- Time Complexity: O(log(m * n))๐Ÿš€
#BinarySearch #MatrixSearch #Java
thakurdau2022's tweet image. ๐Ÿง Day 13: Binary Search in 2D Arrays
@kunalstwt  

๐Ÿ”นRow-Column Matrices
- Search starts at the top-right corner  
- Time Complexity: O(m + n)  
๐Ÿ”นSorted Matrices 
- Treat as a 1D array  
- Apply binary search  
- Time Complexity: O(log(m * n))๐Ÿš€
#BinarySearch #MatrixSearch #Java
thakurdau2022's tweet image. ๐Ÿง Day 13: Binary Search in 2D Arrays
@kunalstwt  

๐Ÿ”นRow-Column Matrices
- Search starts at the top-right corner  
- Time Complexity: O(m + n)  
๐Ÿ”นSorted Matrices 
- Treat as a 1D array  
- Apply binary search  
- Time Complexity: O(log(m * n))๐Ÿš€
#BinarySearch #MatrixSearch #Java

Don't duplicate keep it real and specific. Learn and share in your search #matrixsearch @canimmigrant @immigrantsnews @CareerArc

Matrix_360inc's tweet image. Don't duplicate keep it real and specific. Learn and share in your search  #matrixsearch @canimmigrant @immigrantsnews @CareerArc

๐Ÿ” Day 38 of #gfg160 Q: Search in Row-Column Sorted Matrix โœ… Start from top-right: โ€“ If mat[row][col] > x โ†’ move left โ€“ If < x โ†’ move down โ€“ If == x โ†’ found! ๐Ÿ•’ O(n + m) | ๐Ÿ“ฆ O(1) #DSA #MatrixSearch #100DaysOfCode @geeksforgeeks

sachinkg_13's tweet image. ๐Ÿ” Day 38 of #gfg160

 Q: Search in Row-Column Sorted Matrix
โœ… Start from top-right:
โ€“ If mat[row][col] &amp;gt; x โ†’ move left
โ€“ If &amp;lt; x โ†’ move down
โ€“ If == x โ†’ found!
๐Ÿ•’ O(n + m) | ๐Ÿ“ฆ O(1)

#DSA #MatrixSearch #100DaysOfCode @geeksforgeeks

๐Ÿ“œ Day 38 of #gfg160 Solved Search in Row-Column Sorted Matrix ๐Ÿ”Ž in Python ๐Ÿ Brute-forced it today ๐Ÿ’ช โ€” nested loops FTW! Time to optimize later ๐Ÿ˜‰ Thanks @geeksforgeeks ๐Ÿ™ #PythonMode #MatrixSearch #geekstreak2025 #DSA #EasyPeasy #CodeEveryday

sapfire955's tweet image. ๐Ÿ“œ Day 38 of #gfg160 
Solved Search in Row-Column Sorted Matrix ๐Ÿ”Ž in Python ๐Ÿ
Brute-forced it today ๐Ÿ’ช โ€” nested loops FTW!
Time to optimize later ๐Ÿ˜‰
Thanks @geeksforgeeks ๐Ÿ™
#PythonMode #MatrixSearch #geekstreak2025  #DSA #EasyPeasy #CodeEveryday

Day 38 of #geekstreak2024 โ€“ #gfg160 ๐ŸŽฏ Problem solved: Search in a Row-Column Sorted Matrix ๐Ÿ“‚ Solution Code: GitHub Link ๐Ÿ”— #MatrixSearch #Algorithm

MukundK3146's tweet image. Day 38 of #geekstreak2024 โ€“ #gfg160
๐ŸŽฏ Problem solved: Search in a Row-Column Sorted Matrix

๐Ÿ“‚ Solution Code: GitHub Link

๐Ÿ”— #MatrixSearch #Algorithm
MukundK3146's tweet image. Day 38 of #geekstreak2024 โ€“ #gfg160
๐ŸŽฏ Problem solved: Search in a Row-Column Sorted Matrix

๐Ÿ“‚ Solution Code: GitHub Link

๐Ÿ”— #MatrixSearch #Algorithm

โœจ GFG 160 โ€“ Day 39 ๐Ÿ“ Problem: Search in a Row-Wise Sorted Matrix ๐Ÿง  Approach: Used binary search on each row since rows are sorted individually. Efficiently checks for the target with O(n log m) time. โฑ๏ธ TC: O(n ร— log m) | SC: O(1) #geekstreak2025 #gfg160 #MatrixSearch

Nandeesha_S_'s tweet image. โœจ GFG 160 โ€“ Day 39
๐Ÿ“ Problem: Search in a Row-Wise Sorted Matrix
๐Ÿง  Approach:
Used binary search on each row since rows are sorted individually. Efficiently checks for the target with O(n log m) time.
โฑ๏ธ TC: O(n ร— log m) | SC: O(1)
#geekstreak2025 #gfg160 #MatrixSearch

โœ… Day 39/160 GFG Challenge Completed! ๐Ÿ” Problem: Search in a Row-Column Sorted Matrix ๐Ÿ“Œ Approach: Brute-force nested loops to locate the element in O(nยฒ) โ€” worked flawlessly for all 1111 test cases! #GFG160 #MatrixSearch #JavaDSA #CodeEveryDay #geekstreak2025

RaunakSachdeva_'s tweet image. โœ… Day 39/160 GFG Challenge Completed!
๐Ÿ” Problem: Search in a Row-Column Sorted Matrix
๐Ÿ“Œ Approach: Brute-force nested loops to locate the element in O(nยฒ) โ€” worked flawlessly for all 1111 test cases!
#GFG160 #MatrixSearch #JavaDSA #CodeEveryDay #geekstreak2025

โœ… Day 40 โ€“ #GFG160DaysChallenge ๐Ÿ”Ž Binary Search in a 2D Matrix Treat the matrix as a flattened sorted array for fast search. #Python #MatrixSearch #BinarySearch #DSA #GeeksForGeeks #100DaysOfCode

Sairamgoli07's tweet image. โœ… Day 40 โ€“ #GFG160DaysChallenge
๐Ÿ”Ž Binary Search in a 2D Matrix
Treat the matrix as a flattened sorted array for fast search.
#Python #MatrixSearch #BinarySearch #DSA #GeeksForGeeks #100DaysOfCode

๐Ÿ” Day 38 of #gfg160 Q: Search in Row-Column Sorted Matrix โœ… Start from top-right: โ€“ If mat[row][col] > x โ†’ move left โ€“ If < x โ†’ move down โ€“ If == x โ†’ found! ๐Ÿ•’ O(n + m) | ๐Ÿ“ฆ O(1) #DSA #MatrixSearch #100DaysOfCode @geeksforgeeks

sachinkg_13's tweet image. ๐Ÿ” Day 38 of #gfg160

 Q: Search in Row-Column Sorted Matrix
โœ… Start from top-right:
โ€“ If mat[row][col] &amp;gt; x โ†’ move left
โ€“ If &amp;lt; x โ†’ move down
โ€“ If == x โ†’ found!
๐Ÿ•’ O(n + m) | ๐Ÿ“ฆ O(1)

#DSA #MatrixSearch #100DaysOfCode @geeksforgeeks

๐Ÿ” Day 38 of #gfg160 ๐ŸŽฏ Task: Search in a sorted 2D matrix Input: [[3,30,38],[20,52,54],[35,60,69]], x = 62 Output: false Approach: โœ… Start top-right โ†˜ Move down if less, โฌ… move left if more โฑ O(n + m) | ๐Ÿ’พ O(1) #Java #MatrixSearch #BinarySearch #Day38 #geekstreak2025

yashthumar_11's tweet image. ๐Ÿ” Day 38 of #gfg160

๐ŸŽฏ Task: Search in a sorted 2D matrix

Input: [[3,30,38],[20,52,54],[35,60,69]], x = 62
Output: false

Approach:
โœ… Start top-right
โ†˜ Move down if less, โฌ… move left if more

โฑ O(n + m) | ๐Ÿ’พ O(1)
#Java #MatrixSearch #BinarySearch #Day38 #geekstreak2025

๐Ÿš€ #GFG160 โ€“ Day 35: Searching Smartly! ๐Ÿ”๐Ÿ“ˆ Solved the Search in a Row-wise Sorted Matrix problem today โ€” leveled up my matrix search skills! โœ”๏ธ Search in a Row-wise Sorted Matrix #MatrixSearch #BinarySearch #2DArray #GeeksforGeeks #100DaysOfCode #geekstreak2025 @geeksforgeeks

YojitKataria's tweet image. ๐Ÿš€ #GFG160 โ€“ Day 35: Searching Smartly! ๐Ÿ”๐Ÿ“ˆ
Solved the Search in a Row-wise Sorted Matrix problem today โ€” leveled up my matrix search skills!
โœ”๏ธ Search in a Row-wise Sorted Matrix
#MatrixSearch #BinarySearch #2DArray #GeeksforGeeks #100DaysOfCode #geekstreak2025
@geeksforgeeks

๐Ÿ“œ Day 40 of #gfg160 Solved Search in a Sorted Matrix ๐Ÿง โœ… Used binary search on the virtual 1D view of the matrix โ€” elegant & efficient! Strictly sorted rows made it a breeze ๐Ÿ”ฅ Thanks @geeksforgeeks ๐Ÿ™Œ #PythonMode #MatrixSearch #geekstreak2025 #DSA #MediumLevel #CodeEveryday

sapfire955's tweet image. ๐Ÿ“œ Day 40 of #gfg160 
Solved Search in a Sorted Matrix ๐Ÿง โœ…
Used binary search on the virtual 1D view of the matrix โ€” elegant &amp;amp; efficient!
Strictly sorted rows made it a breeze ๐Ÿ”ฅ
Thanks @geeksforgeeks  ๐Ÿ™Œ
#PythonMode #MatrixSearch #geekstreak2025  #DSA #MediumLevel #CodeEveryday

Day 38 of #gfg160 #geekstreak2025 Solved Search in a Row-Column Sorted Matrix ๐Ÿ” Started from the top-right corner and used the optimized staircase search to find the target efficiently in O(n + m) time. #MatrixSearch #StaircaseSearch #DSAChallenge #GFG160 #GeekStreak2025

KrakenNakul's tweet image. Day 38 of #gfg160 #geekstreak2025
Solved Search in a Row-Column Sorted Matrix ๐Ÿ”
Started from the top-right corner and used the optimized staircase search to find the target efficiently in O(n + m) time.
#MatrixSearch #StaircaseSearch #DSAChallenge #GFG160 #GeekStreak2025
KrakenNakul's tweet image. Day 38 of #gfg160 #geekstreak2025
Solved Search in a Row-Column Sorted Matrix ๐Ÿ”
Started from the top-right corner and used the optimized staircase search to find the target efficiently in O(n + m) time.
#MatrixSearch #StaircaseSearch #DSAChallenge #GFG160 #GeekStreak2025

๐Ÿ“œ Day 39 of #gfg160 Solved Search in Row-Wise Sorted Matrix ๐Ÿง โœ… Used row-wise binary search today ๐Ÿ”โ€” cleaner & faster than brute-force! Matrix checks, done right. Thanks @geeksforgeeks ๐Ÿ™ #PythonMode #MatrixSearch #geekstreak2025 #DSA #EasyPeasy #CodeEveryday

sapfire955's tweet image. ๐Ÿ“œ Day 39 of #gfg160 
Solved Search in Row-Wise Sorted Matrix ๐Ÿง โœ…
Used row-wise binary search today ๐Ÿ”โ€” cleaner &amp;amp; faster than brute-force!
Matrix checks, done right.
Thanks @geeksforgeeks  ๐Ÿ™
#PythonMode #MatrixSearch #geekstreak2025  #DSA #EasyPeasy #CodeEveryday

โœ… Day 38 โ€“ #GFG160DaysChallenge ๐Ÿ” Search in a Row-Column Sorted Matrix โ†— Start from top-right to efficiently locate the element. #Python #MatrixSearch #DSA #GeeksForGeeks #100DaysOfCode

Sairamgoli07's tweet image. โœ… Day 38 โ€“ #GFG160DaysChallenge
๐Ÿ” Search in a Row-Column Sorted Matrix
โ†— Start from top-right to efficiently locate the element.
#Python #MatrixSearch #DSA #GeeksForGeeks #100DaysOfCode

๐Ÿš€ #GFG160 โ€“ Day 34: Matrix Hunt Begins! ๐Ÿ”๐Ÿ“Š Solved the Search in a Row-Column Sorted Matrix problem today โœ”๏ธ Search in a Row-Column Sorted Matrix #MatrixSearch #BinarySearch #2DArray #GeeksforGeeks #100DaysOfCode #geekstreak2025 @geeksforgeeks

YojitKataria's tweet image. ๐Ÿš€ #GFG160 โ€“ Day 34: Matrix Hunt Begins! ๐Ÿ”๐Ÿ“Š
Solved the Search in a Row-Column Sorted Matrix problem today
โœ”๏ธ Search in a Row-Column Sorted Matrix
#MatrixSearch #BinarySearch #2DArray #GeeksforGeeks #100DaysOfCode #geekstreak2025
@geeksforgeeks

๐Ÿš€ #GFG160 โ€“ Day 35: Searching Smartly! ๐Ÿ”๐Ÿ“ˆ Solved the Search in a Row-wise Sorted Matrix problem today โ€” leveled up my matrix search skills! โœ”๏ธ Search in a Row-wise Sorted Matrix #MatrixSearch #BinarySearch #2DArray #GeeksforGeeks #100DaysOfCode #geekstreak2025 @geeksforgeeks

YojitKataria's tweet image. ๐Ÿš€ #GFG160 โ€“ Day 35: Searching Smartly! ๐Ÿ”๐Ÿ“ˆ
Solved the Search in a Row-wise Sorted Matrix problem today โ€” leveled up my matrix search skills!
โœ”๏ธ Search in a Row-wise Sorted Matrix
#MatrixSearch #BinarySearch #2DArray #GeeksforGeeks #100DaysOfCode #geekstreak2025
@geeksforgeeks

๐Ÿš€ #GFG160 โ€“ Day 34: Matrix Hunt Begins! ๐Ÿ”๐Ÿ“Š Solved the Search in a Row-Column Sorted Matrix problem today โœ”๏ธ Search in a Row-Column Sorted Matrix #MatrixSearch #BinarySearch #2DArray #GeeksforGeeks #100DaysOfCode #geekstreak2025 @geeksforgeeks

YojitKataria's tweet image. ๐Ÿš€ #GFG160 โ€“ Day 34: Matrix Hunt Begins! ๐Ÿ”๐Ÿ“Š
Solved the Search in a Row-Column Sorted Matrix problem today
โœ”๏ธ Search in a Row-Column Sorted Matrix
#MatrixSearch #BinarySearch #2DArray #GeeksforGeeks #100DaysOfCode #geekstreak2025
@geeksforgeeks

๐Ÿ” Day 38 of @geeksforgeeks 160 โ€“ Search in a Row-Column Sorted Matrix โœ… Solved the problem of searching in a matrix where rows and columns are sorted. Started from the top-right corner and moved smartly using comparisons. #geekstreak2025 #gfg160 #MatrixSearch #BinaryThinking

MohitPxl's tweet image. ๐Ÿ” Day 38 of @geeksforgeeks  160 โ€“ Search in a Row-Column Sorted Matrix โœ…

Solved the problem of searching in a matrix where rows and columns are sorted.
Started from the top-right corner and moved smartly using comparisons.
#geekstreak2025 #gfg160 #MatrixSearch #BinaryThinking

๐Ÿง Day 13: Binary Search in 2D Arrays @kunalstwt ๐Ÿ”นRow-Column Matrices - Search starts at the top-right corner - Time Complexity: O(m + n) ๐Ÿ”นSorted Matrices - Treat as a 1D array - Apply binary search - Time Complexity: O(log(m * n))๐Ÿš€ #BinarySearch #MatrixSearch #Java

thakurdau2022's tweet image. ๐Ÿง Day 13: Binary Search in 2D Arrays
@kunalstwt  

๐Ÿ”นRow-Column Matrices
- Search starts at the top-right corner  
- Time Complexity: O(m + n)  
๐Ÿ”นSorted Matrices 
- Treat as a 1D array  
- Apply binary search  
- Time Complexity: O(log(m * n))๐Ÿš€
#BinarySearch #MatrixSearch #Java
thakurdau2022's tweet image. ๐Ÿง Day 13: Binary Search in 2D Arrays
@kunalstwt  

๐Ÿ”นRow-Column Matrices
- Search starts at the top-right corner  
- Time Complexity: O(m + n)  
๐Ÿ”นSorted Matrices 
- Treat as a 1D array  
- Apply binary search  
- Time Complexity: O(log(m * n))๐Ÿš€
#BinarySearch #MatrixSearch #Java
thakurdau2022's tweet image. ๐Ÿง Day 13: Binary Search in 2D Arrays
@kunalstwt  

๐Ÿ”นRow-Column Matrices
- Search starts at the top-right corner  
- Time Complexity: O(m + n)  
๐Ÿ”นSorted Matrices 
- Treat as a 1D array  
- Apply binary search  
- Time Complexity: O(log(m * n))๐Ÿš€
#BinarySearch #MatrixSearch #Java
thakurdau2022's tweet image. ๐Ÿง Day 13: Binary Search in 2D Arrays
@kunalstwt  

๐Ÿ”นRow-Column Matrices
- Search starts at the top-right corner  
- Time Complexity: O(m + n)  
๐Ÿ”นSorted Matrices 
- Treat as a 1D array  
- Apply binary search  
- Time Complexity: O(log(m * n))๐Ÿš€
#BinarySearch #MatrixSearch #Java

๐Ÿ” Day 38 of #gfg160 Q: Search in Row-Column Sorted Matrix โœ… Start from top-right: โ€“ If mat[row][col] > x โ†’ move left โ€“ If < x โ†’ move down โ€“ If == x โ†’ found! ๐Ÿ•’ O(n + m) | ๐Ÿ“ฆ O(1) #DSA #MatrixSearch #100DaysOfCode @geeksforgeeks

sachinkg_13's tweet image. ๐Ÿ” Day 38 of #gfg160

 Q: Search in Row-Column Sorted Matrix
โœ… Start from top-right:
โ€“ If mat[row][col] &amp;gt; x โ†’ move left
โ€“ If &amp;lt; x โ†’ move down
โ€“ If == x โ†’ found!
๐Ÿ•’ O(n + m) | ๐Ÿ“ฆ O(1)

#DSA #MatrixSearch #100DaysOfCode @geeksforgeeks

Volunteering will help u understand how to speak and connect with biz #matrixsearch @GlobalCompactCA @canimmigrant @cdnbiz

Matrix_360inc's tweet image. Volunteering will help u understand how to speak and connect with biz #matrixsearch @GlobalCompactCA @canimmigrant @cdnbiz

๐ŸŽฏ Day 22 of My DSA Journey: Binary Search in a 2D Matrix Hey Tech Fam! ๐Ÿ‘‹๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป Today I applied Binary Search in a 2D matrix by treating it like a 1D array! Time Complexity: O(log(m * n)) ๐Ÿ”ฅ #BinarySearch #DSAJourney #MatrixSearch #Day22DSA #ProblemSolving #EfficientCoding

ujjwalP0807's tweet image. ๐ŸŽฏ Day 22 of My DSA Journey: Binary Search in a 2D Matrix

Hey Tech Fam! ๐Ÿ‘‹๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป

Today I applied Binary Search in a 2D matrix by treating it like a 1D array!

Time Complexity: O(log(m * n)) ๐Ÿ”ฅ

#BinarySearch #DSAJourney #MatrixSearch #Day22DSA #ProblemSolving #EfficientCoding
ujjwalP0807's tweet image. ๐ŸŽฏ Day 22 of My DSA Journey: Binary Search in a 2D Matrix

Hey Tech Fam! ๐Ÿ‘‹๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป

Today I applied Binary Search in a 2D matrix by treating it like a 1D array!

Time Complexity: O(log(m * n)) ๐Ÿ”ฅ

#BinarySearch #DSAJourney #MatrixSearch #Day22DSA #ProblemSolving #EfficientCoding

Take the guess work out of social media. Details with your skills are key @LinkedIn @canimmigrant #matrixsearch #newcomers

Matrix_360inc's tweet image. Take the guess work out of social media.  Details with your skills are key @LinkedIn @canimmigrant #matrixsearch #newcomers

๐Ÿ“œ Day 40 of #gfg160 Solved Search in a Sorted Matrix ๐Ÿง โœ… Used binary search on the virtual 1D view of the matrix โ€” elegant & efficient! Strictly sorted rows made it a breeze ๐Ÿ”ฅ Thanks @geeksforgeeks ๐Ÿ™Œ #PythonMode #MatrixSearch #geekstreak2025 #DSA #MediumLevel #CodeEveryday

sapfire955's tweet image. ๐Ÿ“œ Day 40 of #gfg160 
Solved Search in a Sorted Matrix ๐Ÿง โœ…
Used binary search on the virtual 1D view of the matrix โ€” elegant &amp;amp; efficient!
Strictly sorted rows made it a breeze ๐Ÿ”ฅ
Thanks @geeksforgeeks  ๐Ÿ™Œ
#PythonMode #MatrixSearch #geekstreak2025  #DSA #MediumLevel #CodeEveryday

Day 22 of #100DaysOfCode ๐ŸŒŸ๐Ÿค–๏ธ Found the Minimum Area to Cover All Ones! ๐ŸŒŒ๐Ÿค“ LeetCode matrix, solved! ๐Ÿ”ข๐ŸŽฎ Unlocking matrix mysteries. #LeetCode #MatrixSearch #CodingQuest

Ashutos03448057's tweet image. Day 22 of #100DaysOfCode ๐ŸŒŸ๐Ÿค–๏ธ Found the Minimum Area to Cover All Ones! ๐ŸŒŒ๐Ÿค“ LeetCode matrix, solved! ๐Ÿ”ข๐ŸŽฎ Unlocking matrix mysteries. #LeetCode #MatrixSearch #CodingQuest

Day 38 of #geekstreak2024 โ€“ #gfg160 ๐ŸŽฏ Problem solved: Search in a Row-Column Sorted Matrix ๐Ÿ“‚ Solution Code: GitHub Link ๐Ÿ”— #MatrixSearch #Algorithm

MukundK3146's tweet image. Day 38 of #geekstreak2024 โ€“ #gfg160
๐ŸŽฏ Problem solved: Search in a Row-Column Sorted Matrix

๐Ÿ“‚ Solution Code: GitHub Link

๐Ÿ”— #MatrixSearch #Algorithm
MukundK3146's tweet image. Day 38 of #geekstreak2024 โ€“ #gfg160
๐ŸŽฏ Problem solved: Search in a Row-Column Sorted Matrix

๐Ÿ“‚ Solution Code: GitHub Link

๐Ÿ”— #MatrixSearch #Algorithm

Loading...

Something went wrong.


Something went wrong.


United States Trends