Problem 3 - Find the largest prime factor of a composite number
// June 15th, 2009 // 2 Comments » // Project Euler
The prime factors of 13195 are 5, 7, 13 and 29.
What is the largest prime factor of the number 600851475143 ?
My name is Javier Martinez and I’m a 26 yr old web developer in Los Angeles, CA. I'll be using my blog to share things I learn as a developer, and things I find interesting as a person.
// June 15th, 2009 // 2 Comments » // Project Euler
The prime factors of 13195 are 5, 7, 13 and 29.
What is the largest prime factor of the number 600851475143 ?
// May 22nd, 2009 // No Comments » // Project Euler
I found these challenges very useful to the development and assessment of my programming abilities. From now I I will post a question from the Project Euler website as a challenge to all readers who have an interest in programming. Ideally the solutions will be submitted in PHP, but other languages will be accepted. I will post a challenge every Monday to give you the week to work on it and from the order of the submitted solutions we will know who came up with the answer first.
Project Euler is a series of challenging mathematical/computer programming problems that will require more than just mathematical insights to solve. Although mathematics will help you arrive at elegant and efficient methods, the use of a computer and programming skills will be required to solve most problems.
The motivation for starting Project Euler, and its continuation, is to provide a platform for the inquiring mind to delve into unfamiliar areas and learn new concepts in a fun and recreational context.