The Guy Who Keeps Coding While True Yavuz Ege Özcan's blog

Wasting Time On Project Euler 8 years ago

I wanted to share my boring solution to Problem 3 on Project Euler.

The Problem

What is the largest prime factor of the number 600851475143?

Solution

That should do it. There could be some room to improve, however.