Top-Interview-Questions--Leetcode
Top-Interview-Questions--Leetcode copied to clipboard
Median of Two Sorted Arrays
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.
@syedareehaquasar please assign me this issue
Hii @KhushbooGoel01 can you please assign this issue
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!
I will do the C solution
Hey, I will add the optimised solution in Python.Can you please assign ?