edualgo / interview-corner

Many time, when an interview approaches, candidates start searching for different algorithms in different programming languages for practise. This project aims to build a website which will contain the codes along with the techniques and explanations so that it can be helpful for many
https://opensource.edualgoacademy.com/interview-corner/
MIT License
42 stars 41 forks source link

Search in sorted 2-D Array #87

Open japneetkaurbhatia opened 3 years ago

japneetkaurbhatia commented 3 years ago

SAMPLE CASE: SIZE OF ARRAY: 4 ARRAY INPUT : 11 12 13 14 21 22 23 24 31 32 33 34 41 42 43 44 NUMBER TO BE SEARCH : 43 OUTPUT : [3][2]

japneetkaurbhatia commented 3 years ago

Hey @Abhijit2505 Please assign this to me under SWOC