Minimum Absolute Difference in an Array

  • + 1 comment

    Well you could, by comparing each element with every other element but that'd result in O(n^2)