GDSC-IGDTUW-Autumn-of-Code-2022 / dsa-foundation

To submit questions and answers for DSA.
5 stars 43 forks source link

Median of an array #12

Closed sonanshi-0209 closed 9 months ago

sonanshi-0209 commented 1 year ago

Given two sorted arrays nums1 and nums2 of size m and n respectively, return the median of the two sorted arrays. Note that the overall run time complexity should be O(log (m+n))

Example:

Input:

nums1 = [1,3] nums2 = [2,4]

Output: 2.50000

Explanation: Merged array = [1,2,3,4] Median = (2+3)/2 = 2.5

karishma-2020 commented 1 year ago

@Parul-Mann hello Kindly assign me this issue . I can solve this in best time and space complexity.

shrey-a-bansal commented 1 year ago

@Parul-Mann hi di, kindly assign this to me. thank you

jsamiksha1 commented 1 year ago

@Parul-Mann Hey, please assign this issue to me :)

tan1106 commented 1 year ago

Please assign this issue to me

jain-shreyaa-1808 commented 1 year ago

@sonanshi-0209 @Parul-Mann assign this issue to me I can solve this is best time and space complexity

Sheetal-05 commented 1 year ago

Please, assign this issue to me.

gh4abhi commented 1 year ago

Please assign this issue to me.

AyushiRwt20 commented 1 year ago

@sonanshi-0209 please assign this to me

Monachaudhary commented 1 year ago

Please assign this issue to me

BhavyaDevani commented 1 year ago

@sonanshi-0209 @Parul-Mann pls assign this issue to me

shahin-04 commented 1 year ago

please assign this to me @sonanshi-0209 @gdsc-igdtuw

Akansha3001 commented 1 year ago

Please assign this issue to me

Tanvi0202 commented 1 year ago

@sonanshi-0209 Please assign this issue to me