Problem 234. Project Euler: Problem 3, Largest prime factor
The prime factors of 13195 are 5, 7, 13 and 29.
What is the largest prime factor of the number being input, input might be uint64 for large numbers, out must be double precision?
Thank you to Project Euler Problem 3
Solution Stats
Problem Comments
-
1 Comment
Mahaveer Singh
on 23 May 2021
good level
Solution Comments
Show commentsProblem Recent Solvers1590
Suggested Problems
-
Back to basics 8 - Matrix Diagonals
931 Solvers
-
Return the first and last characters of a character array
10377 Solvers
-
Implement simple rotation cypher
1083 Solvers
-
1264 Solvers
-
Double all elements in the array
1699 Solvers
More from this Author51
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!