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

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

Maximum Sum Combinations #59

Closed gh4abhi closed 8 months ago

gh4abhi commented 1 year ago

Given two equally sized 1-D arrays A, B containing N integers each.

A sum combination is made by adding one element from array A and another element of array B.

Return the maximum C valid sum combinations from all the possible sum combinations.

gh4abhi commented 1 year ago

Please assign this issue to me.

mad-alpha commented 1 year ago

Please assign this issue to me @gdsc-igdtuw @Parul-Mann

Monachaudhary commented 1 year ago

Kindly assign this issue to me. I'll write an efficient algorithm for this.

BhavyaDevani commented 1 year ago

@gdsc-igdtuw pls assign this issue to me