/LargestPrimeFactor

Write a Python program to find the largest prime factor of a given number. The prime factors of 330 are 2, 3, 5 and 11. Therefore 11 is the largest prime factor of 330. Sample Example: 330 = 2 × 3 × 5 × 11

Primary LanguagePythonMIT LicenseMIT

Stargazers

No one’s star this repository yet.