Search found 2 matches

by JanDW
Mon Oct 12, 2009 10:34 am
Forum: PHP - Code
Topic: projecteuler.net problem #12: triangle # with 500+ divisors
Replies: 3
Views: 1087

Re: projecteuler.net problem #12: triangle # with 500+ divisors

Thanks a lot for your help, this works so much faster! Seems like I'm making things too complicated for myself.
Cheers.
by JanDW
Sat Oct 10, 2009 6:01 pm
Forum: PHP - Code
Topic: projecteuler.net problem #12: triangle # with 500+ divisors
Replies: 3
Views: 1087

projecteuler.net problem #12: triangle # with 500+ divisors

I’m trying to learn some PHP so I embarked on Project Euler . So far it has been something in between jolly good fun and having tendencies to gobble up a live goat out of frustration. I’ve worked my way up to problem 12, and the solution I’ve created is way too slow (beyond waiting for it to finish ...