Find two elements with minimum difference in two arrays - PrismoSkills
Problem: Given two arrays, find two elements (one in each array) such that their difference is minimumSolution : Sort both the arrays
Read full article from Find two elements with minimum difference in two arrays - PrismoSkills