Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
int[] v1={5,3,1};
int[] v2={5,2,4};
int pos=posicionDistinta(v1, v2, 0, (A.length+B.length)/2);
Todas son válidas
int pos=posicionDistinta(v1, v2, 0, B.length);
int pos=posicionDistinta(v1, v2, 0, A.length);
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!