We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41ddee7 commit b3377bbCopy full SHA for b3377bb
Dynamic-Programming/MaxProductOfThree.js
@@ -1,6 +1,7 @@
1
/**
2
* Given an array of numbers, return the maximum product
3
* of 3 numbers from the array
4
+ * https://wsvincent.com/javascript-three-sum-highest-product-of-three-numbers/
5
* @param {number[]} arrayItems
6
* @returns number
7
*/
0 commit comments