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

Max sum path in two arrays #90

Open
sanskritisri13 opened this issue Oct 13, 2023 · 1 comment
Open

Max sum path in two arrays #90

sanskritisri13 opened this issue Oct 13, 2023 · 1 comment

Comments

@sanskritisri13
Copy link
Contributor

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
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants