javascript-algorithms icon indicating copy to clipboard operation
javascript-algorithms copied to clipboard

Added LCM for Array of numbers

Open mukund1606 opened this issue 1 year ago • 0 comments

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.

mukund1606 avatar Jul 25 '24 06:07 mukund1606