issues
search
trekhleb
/
javascript-algorithms
📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
MIT License
188.58k
stars
30.28k
forks
source link
resolved 1154 issue - array-lcm
#1160
Open
Madapati-Brungeshwar
opened
3 months ago
Madapati-Brungeshwar
commented
3 months ago
Added the 'leastCommonMultipleArray' function to fix the issues: #1154.
The function and the test code present at 'lcm-array' folder.