Open RaisaGhosh opened 2 years ago
Thanks for opening your first issue here! Be sure to follow the issue template!
Hey @ming-tsai I would like to contribute to this issue under the HACKTOBERFEST 2022. Can you assign it to me?
I would like to work on this. Can you assign me this work?
Hi @Ashu-1309, Please coordinate with @RaisaGhosh, I don't know if he is working on it or not
Hi @Ashu-1309 , I am currently working on this issue, you can find something else to work on.
Hi @RaisaGhosh, In which language are you going to implement?
Hi @ming-tsai , I will be using JAVA
Hi @ming-tsai ,
I have added the necessary implementation and documentation. Kindly review it.
I want to work on this can you assign this issue to me sir.....
!assign
please assign to me , if not assign to anyone
Information about Algorithm
This algorithm will perform a search operation on a row-wise sorted 2D matrix. It will do this operation using Binary Search which reduces the time complexity from O(n^2) to O(log n).
Have you read the Contributing.md and Code of conduct
Other context
Optimisation of an algorithm that's often asked in coding interviews.