Post by Shahana Shaik
Aspiring software developer | Java Programmer | Web Developer | Cybersecurity Enthusiast | Published Researcher
Hey Connections! š Day 39 of 160 Days of Code š§© Problem Solved: Search in a Row-wise Sorted Matrix š» Language: Java š Platform: GeeksforGeeks ā Result: Problem solved successfully šÆ ā” Key Learning: While this brute-force solution works for the problem constraints, an optimized approach using Binary Search on each row would reduce the time complexity to O(n log m) instead of O(n*m). #Day39 #160DaysOfCode #Java #DSA #ProblemSolving #GeeksforGeeks #CodingChallenge #ShahanaCodes #WomenInTech