javascript-algorithms
javascript-algorithms copied to clipboard
Added LCM for Array of numbers
Resolves #1154
Added a new function: leastCommonMultipleArray to find LCM of Array of numbers.
Also added test cases and checked all the test cases are working fine.