Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Median of Two Sorted Arrays #222

Open
santushtisharma10 opened this issue Oct 30, 2021 · 5 comments
Open

Median of Two Sorted Arrays #222

santushtisharma10 opened this issue Oct 30, 2021 · 5 comments
Assignees

Comments

@santushtisharma10
Copy link
Contributor

Problem : Given two sorted arrays nums1 and nums2 of size m and n respectively, return the median of the two sorted arrays.

Input: nums1 = [1,2], nums2 = [3,4]
Output: 2.50000
Explanation: merged array = [1,2,3,4] and median is (2 + 3) / 2 = 2.5.
@santushtisharma10
Copy link
Contributor Author

@syedareehaquasar please assign me this issue

@AnkitPatel1999
Copy link
Contributor

Hii @KhushbooGoel01 can you please assign this issue

@syedareehaquasar
Copy link
Collaborator

go ahead @santushtisharma10 !
@AnkitPatel1999 please choose one of the languages and mention here and communicate within yourselves to divide the issue into parts! (u can use this space)
happy contributions!

@santushtisharma10
Copy link
Contributor Author

I will do the C solution

@ARYASINGHBJC
Copy link

Hey, I will add the optimised solution in Python.Can you please assign ?

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

No branches or pull requests

4 participants