Tap here to switch tabs
Problem
Submissions

Problem: Minimum Absolute Difference

med
30 min
Try to solve the Minimum Absolute Difference problem.

Statement

Given an integer array arr, find the minimum absolute difference between any two distinct elements. Return a list of all pairs of elements that have this minimum absolute difference.

Each pair must be returned as [x, y] where x < y. The returned list of pairs must be sorted in ascending order.

Constraints:

  • 22 \leq arr.length 105\leq 10^5

  • 106-10^6 \leq arr[i] 106\leq 10^6

Unlock AI-Powered LearningUpgrade to smarter learning with instant explanations of Ask Agent, Personalized Interview Prep, Real-World Projects, 3 AI Mock Interviews per month, and Personalized Paths
Tap here to switch tabs
Problem
Submissions

Problem: Minimum Absolute Difference

med
30 min
Try to solve the Minimum Absolute Difference problem.

Statement

Given an integer array arr, find the minimum absolute difference between any two distinct elements. Return a list of all pairs of elements that have this minimum absolute difference.

Each pair must be returned as [x, y] where x < y. The returned list of pairs must be sorted in ascending order.

Constraints:

  • 22 \leq arr.length 105\leq 10^5

  • 106-10^6 \leq arr[i] 106\leq 10^6

Unlock AI-Powered LearningUpgrade to smarter learning with instant explanations of Ask Agent, Personalized Interview Prep, Real-World Projects, 3 AI Mock Interviews per month, and Personalized Paths