Skip to content

Commit b3377bb

Browse files
committed
added a link to explanation
1 parent 41ddee7 commit b3377bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dynamic-Programming/MaxProductOfThree.js

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/**
22
* Given an array of numbers, return the maximum product
33
* of 3 numbers from the array
4+
* https://wsvincent.com/javascript-three-sum-highest-product-of-three-numbers/
45
* @param {number[]} arrayItems
56
* @returns number
67
*/

0 commit comments

Comments
 (0)