walsufnir said:
|
project Euler works - because you cannot solve the problems without coding a program for that problem. And in the region of higher numbered problems the brute force approach will usually fail you, that will need normal computers thousands of years to calculate. With optimization on the area of the problem you can reduce the complexity. Currently I try problem 407, and from some testing I expect the computer to finish the task in 7 hours. No, without programming skills you cannot solve Project Euler problems.
But nice idea with Brainfuck. 
EDIT: To be clear: I don't think Project Euler is useful to find good programmers. But I think it is useful to see, if people are able to program or not. If they are unable, they can only google the solutions, and not too many blather them out. Who has solved ten or more probably solved them himself. if they are able to program, they should be able to solve simpler Project Euler problems. Brute force does work on some of them with a good enough computer. But that at least needs you to use a compiler and write basic programs. fatslob failed that test.







