You can use 2 pointer approach and two sum variable and iterate through both array.
Respuesta de la entrevista
Anónimo
22 de dic de 2020
Given a sorted array having negative & positive number including zeros as well, return an array which will contains square of each elements in sorted format