You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to contribute a new problem statement and its solution to the project. Below are the details:
Problem Statement:
Given two sorted arrays of distinct integers, arr1 and arr2, each array may have some elements in common. The task is to find the maximum sum of a path from the beginning of any array to the end of any array. The twist is that you can switch from one array to another array only at the common elements. When switching, consider the common element only once in the result.
Please accept my PR and label it as hacktoberfest-accepted if my contribution is relevant.
The text was updated successfully, but these errors were encountered:
I would like to contribute a new problem statement and its solution to the project. Below are the details:
Problem Statement:
Given two sorted arrays of distinct integers, arr1 and arr2, each array may have some elements in common. The task is to find the maximum sum of a path from the beginning of any array to the end of any array. The twist is that you can switch from one array to another array only at the common elements. When switching, consider the common element only once in the result.
Please accept my PR and label it as
hacktoberfest-accepted
if my contribution is relevant.The text was updated successfully, but these errors were encountered: