Project Euler Problem Three

Development 1 June 2010 | 0 Comments

Continuing my posts about Project Euler Problems, this time with problem three, which asks us to find the “the largest prime factor of the number 600851475143″.

This time I have decided to explain the code a bit more, through comments – since this problem is a bit more tricky than the previous two problems.

Once again, you will need node.js to run the code.

Tagged in , , ,

Leave a Reply