Question: You are given an array A of N ( 3 ) distinct integers Your Blend Allen removes only 2 elements from this array, adds a
You are given an array A of N distinct integers Your Blend Allen removes only elements from this array, adds a value to all the remisining elements, shulet array and leaves the newly formed array G for you.
Your task is to return the minimum possible value that Allen had added to sch element of array A to get to array G
Note:
it is guaranteed that at least one such value which will be greater than ways w
Consider based indexing.
Input Specification:
input: An integer value N representing the size of array A
input: An integer array A
input: An integer array G created by Allen.
Output Specification:
Return the minimum possible value that Allen had added to each element of array A
Example :
input:
input:
input:
Output:
Explanation:
By removing elements and present at second and fourth index respectively the array will become Now by only adding minimum value to the remaining elements, the newly formed array G is Since is the minimum posible value required to be added to convert array A to G therefore is returned as the output
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
