package index func MaxProductDifference(a []int) int { return maxProductDifference(a) }