1200. Minimum Absolute Difference
Easy
Given an array of distinct integers arr, find all pairs of elements with the minimum absolute difference of any two elements.
Return a list of pairs in ascending order(with respect to pairs), each pair
[a, b] follows
a,bare fromarra < bb - aequals to the minimum absolute difference of any two elements inarr