Page 1 of 1

Project Euler

PostPosted: Fri Sep 21, 2012 4:29 am
by Sakke
I recently stumbled upon Project Euler, since I'm taking a course in programming (matlab). Has any of you heard about this site? I guess more than just a few of you must be into programming..

Image

Re: Project Euler

PostPosted: Fri Sep 21, 2012 7:19 am
by aradorasxeon
I haven't heard of it. I am not into programming, probably I'd like it, but i have other things to do.

Re: Project Euler

PostPosted: Fri Sep 21, 2012 9:40 am
by Turquoise Dragon
The only programming I've done is very basic-level stuff for Texas Instruments programmable calculators.

Re: Project Euler

PostPosted: Sat Sep 22, 2012 1:59 am
by Sakke
I'm on a very basic level still. This site has problems of different difficulties.
I actually thought you'd be into programming axon, and I expect at least Guard and Kera, and maybe Tuerkek and raptor are.

Re: Project Euler

PostPosted: Sat Sep 22, 2012 10:23 am
by Maximus
No love for the EE :(

I would probably start around question 100 as below that would be pretty easy. I did some Matlab back in school. I'd be interested to try Octave, the open source alternative, and see how capable it is. Using Matlab to solve these problems could be considered cheating, since if you have all the library packs, a lot of the low level problems have been solved already, it's just a matter of finding the right function. Writing solutions from scratch in C using nothing but stdlib would be much more educational, programming wise.

Not that they're around any more, but Exar and Eyen would also be good at these things.

Re: Project Euler

PostPosted: Sat Sep 22, 2012 10:31 am
by Magyk
Almost took an intro level course on programming this semester. I showed up to the first class, and then got the fuck out of dodge and dropped it for a history. :D

Re: Project Euler

PostPosted: Wed Sep 26, 2012 1:30 pm
by Sakke
Maximus wrote:Using Matlab to solve these problems could be considered cheating, since if you have all the library packs, a lot of the low level problems have been solved already, it's just a matter of finding the right function. Writing solutions from scratch in C using nothing but stdlib would be much more educational, programming wise.

You're absolutely right. But I'm not solving these problems to compete in programming skills. I'm just solving them to learn to yews matlab.