Mozilla-Campus-Club-Cummins / HacktoberFest23_MozillaCCEW

0 stars 0 forks source link

Max sum path in two arrays #90

Open sanskritisri13 opened 1 year ago

sanskritisri13 commented 1 year ago

Given two sorted arrays A and B of size M and N respectively. Each array may have some elements in common with the other array. Find the maximum sum of a path from the beginning of any array to the end of any of the two arrays. We can switch from one array to another array only at the common elements.Both the arrays are sorted. Note: Only one repeated value is considered in the valid path sum.

anu-shka-k commented 1 year ago

Hi @sanskritisri13 could you assign this issue to me ? Anushka Kulkarni UEC2022232 SY EnTC