added a link to explanation

This commit is contained in:
devcer
2021-10-14 21:14:48 +05:30
parent 41ddee7074
commit b3377bb79c

View File

@ -1,6 +1,7 @@
/**
* Given an array of numbers, return the maximum product
* of 3 numbers from the array
* https://wsvincent.com/javascript-three-sum-highest-product-of-three-numbers/
* @param {number[]} arrayItems
* @returns number
*/