Skip to main content
Go to Latest
File
package index
func MaxProductDifference(a []int) int { return maxProductDifference(a)}