mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-05 08:16:50 +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
|
* Given an array of numbers, return the maximum product
|
||||||
* of 3 numbers from the array
|
* of 3 numbers from the array
|
||||||
|
* https://wsvincent.com/javascript-three-sum-highest-product-of-three-numbers/
|
||||||
* @param {number[]} arrayItems
|
* @param {number[]} arrayItems
|
||||||
* @returns number
|
* @returns number
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user