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

Finding the median of a matrix #44

Open vaishnavijha opened 3 years ago

vaishnavijha commented 3 years ago

This question is asked in amazon. ques link : https://www.interviewbit.com/problems/matrix-median/ ques description : Given a matrix of integers A of size N x M in which each row is sorted. Find an return the overall median of the matrix A.

vaishnavijha commented 3 years ago

Can i be assigned this issue, if you see that this problem can be added to repository ?

chehak123 commented 3 years ago

I would like to work on this under SWOC

Abhijit2505 commented 3 years ago

@vaishnavijha please get started.

vaishnavijha commented 3 years ago

I have added pull request .Please review for merge

GarimaMahajan20 commented 3 years ago

@Abhijit2505 Assign this to me, i am a participant of SWOC.