Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
File
package index
func MaxProductDifference(a []int) int { return maxProductDifference(a)}