Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheAlgorithms/Python
/ least_common_multiple.py
File
least_common_multiple.py
maths/least_common_multiple.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
unittest
2
from
timeit
import
timeit
3
4
from
maths.greatest_common_divisor
import
greatest_common_divisor
Callers
nothing calls this directly
Calls
2
main
Method · 0.80
benchmark
Function · 0.70
Tested by
no test coverage detected