9
votes
2answers
556 views

What's the most efficient algorithm to calculate the LCM of a range of numbers?

I looked around and found other questions that had answers but none of them address the scope of this particular question., including this question, and also this one. I have to compute the LCM of ...