MCPcopy 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'''
2Problem:
3The prime factors of 13195 are 5,7,13 and 29. What is the largest prime factor of a given number N?
4e.g. for 10, largest prime factor = 5. For 17, largest prime factor = 17.

Callers

nothing calls this directly

Calls 1

isprimeFunction · 0.70

Tested by

no test coverage detected