Skip to content

Search a 2D Matrix#2445

Open
Priygupt13 wants to merge 2 commits intosuper30admin:masterfrom
Priygupt13:patch-1
Open

Search a 2D Matrix#2445
Priygupt13 wants to merge 2 commits intosuper30admin:masterfrom
Priygupt13:patch-1

Conversation

@Priygupt13
Copy link
Copy Markdown

No description provided.

@super30admin
Copy link
Copy Markdown
Owner

  • The student submitted a solution for the wrong problem ("Search a 2D Matrix") instead of the intended problem ("Search in Rotated Sorted Array").
  • The approach and logic are correct for the 2D matrix problem, but they do not apply to the rotated sorted array problem.
  • The student should ensure they are solving the correct problem before submitting their solution.
  • For the rotated sorted array problem, the student should consider the properties of a rotated sorted array and how binary search can be adapted to handle the rotation.
  • The student should also ensure that the method names and variables are correctly spelled (e.g., "binarySerach" should be "binarySearch").

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants