The Euler Project

Post here if you don't find any other place for your post. But please, stay on-topic: algorithms, programming or something related to this web site and its services.

Moderator: Board moderators

Post Reply
little joey
Guru
Posts: 1080
Joined: Thu Dec 19, 2002 7:37 pm

The Euler Project

Post by little joey »

If you're tired of the endless stream of WAs and TLEs or you find yourself reading problem descriptions over and over again, without any increase in comprehension, it sure is time for some R&R. May I then recommend 'Project Euler' which can be found at http://mathschallenge.net.

It is a nice set of (currently 100) challenges mostly mathematical in nature that require moderate programming skills to solve. A lot of fun and highly addictive. Be warned :).
stubbscroll
Experienced poster
Posts: 151
Joined: Tue Nov 16, 2004 7:23 pm
Location: Norway
Contact:

Post by stubbscroll »

Thanks for posting this link! You were right, it's highly addictive :D. The last couple of days I've enjoyed solving problems from this site. I found this an excellent way to train myself in number theory, as I'm somewhat weak in this area.

I liked the submission system a lot, including the fact that I don't have to worry about TLE at all (unless the programs need days to finish...) and the freedom to choose the tool I want to solve the problems.
little joey
Guru
Posts: 1080
Joined: Thu Dec 19, 2002 7:37 pm

Post by little joey »

<BUMP>
I like to bring this site under your attention again. It has now 125 problems and it is a great way to train your mathematical skills (which are essential if you want to become a good programmer).
shahriar_manzoor
System administrator & Problemsetter
Posts: 399
Joined: Sat Jan 12, 2002 2:00 am

hmm

Post by shahriar_manzoor »

Interesting site.

Seems like many of my problems are more suitable to that site than UVA :) .
little joey
Guru
Posts: 1080
Joined: Thu Dec 19, 2002 7:37 pm

Post by little joey »

<BUMP AGAIN>
The current problem count is 156, and the latest additions are getting increasingly difficult. Project Euler now has its own website http://www.projecteuler.net.

Enjoy!
The biggest problem with most problems is not how to solve the problem, but how to not solve what is not the problem.
zobayer
Experienced poster
Posts: 110
Joined: Tue May 06, 2008 2:18 pm
Location: CSE-DU, Bangladesh
Contact:

Re: The Euler Project

Post by zobayer »

I've forgotten what is the closed form of a series like the one follows..

1.2 + 2.3 + 3.4 + 4.5 + ........................ + (n-1).n === ???

pls help
You should not always say what you know, but you should always know what you say.
mf
Guru
Posts: 1244
Joined: Mon Feb 28, 2005 4:51 am
Location: Zürich, Switzerland
Contact:

Re: The Euler Project

Post by mf »

What do you mean by "(n-1).n"? When n is 10, it's 9.1 or 10?
zobayer
Experienced poster
Posts: 110
Joined: Tue May 06, 2008 2:18 pm
Location: CSE-DU, Bangladesh
Contact:

Re: The Euler Project

Post by zobayer »

when n = 10 its 9 x 10
sorry I used dots for multiplication notations
You should not always say what you know, but you should always know what you say.
mf
Guru
Posts: 1244
Joined: Mon Feb 28, 2005 4:51 am
Location: Zürich, Switzerland
Contact:

Re: The Euler Project

Post by mf »

Just compute values of that sum for first few N and look them up in OEIS.
zobayer
Experienced poster
Posts: 110
Joined: Tue May 06, 2008 2:18 pm
Location: CSE-DU, Bangladesh
Contact:

Re: The Euler Project

Post by zobayer »

Thank you so much....
You should not always say what you know, but you should always know what you say.
oujjytt
New poster
Posts: 1
Joined: Wed Jun 20, 2012 7:12 am

Re: The Euler Project

Post by oujjytt »

He found people in the thousands, suddenly look back here! :oops:
arleneangle
New poster
Posts: 1
Joined: Thu Jun 21, 2012 6:20 am

Re: The Euler Project

Post by arleneangle »

What you said it is so interesting.Thank you.
Every journey begins with the first step
Image
Post Reply

Return to “Other words”