Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/subbarayudu-j/TheAlgorithms-Python
/ sol1.py
File
sol1.py
project_euler/problem_03/sol1.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
''
&
#x27;
2
Problem:
3
The prime factors of 13195 are 5,7,13 and 29. What is the largest prime factor of a given number N?
4
e.g.
for
10, largest prime factor = 5. For 17, largest prime factor = 17.
Callers
nothing calls this directly
Calls
1
isprime
Function · 0.70
Tested by
no test coverage detected