user612865
user612865

Reputation:

Project Euler problems which are not so math oriented

I have started to solve PE problems a year ago, but within this year, I realised, that finding a problem which would be fun for me to think of is quite hard. I would like to solve problems more related with classic algorithms (graph theory, game theory, dynamic programming, divide and conquer...) and not so much of number theory and geometry (althought I like them too, but there was so much of them so far).

Any tips? (first 50 problems already solved and second half of first hudnred almost too, so I would like to get some tips for problems from 100-200. 200+ are quite hard for me, I think)

Upvotes: 18

Views: 5117

Answers (4)

xan
xan

Reputation: 7731

There is PE page that lists details of all problems on one page, which may make it easier to find problems that suit your interests.

Upvotes: 4

Thomas
Thomas

Reputation: 182038

From 100+, intersected with the ones that I've solved, those that might be interesting to you are:

  • #107 (graph theory)
  • #114, #115, #116, #117 (combinatorics, dynamic programming)
  • #122 (some algebra, but hardly any)
  • #206 (numerics, but hardly number theory)

Upvotes: 11

mbeckish
mbeckish

Reputation: 10579

314 - The Mouse on the Moon

Upvotes: 5

starblue
starblue

Reputation: 56822

Try the following Project Euler questions:

Upvotes: 7

Related Questions