mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-04 15:39:42 +08:00
added a link to explanation
This commit is contained in:
@ -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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user