Mike Chirico on 29 Oct 2008 14:13:48 -0700 |
If you're looking for some interesting and short problems to solve in your favorite language, you might want to checkout project Euler: http://projecteuler.net/ Carefully, it's addictive. It's a free site with a new math problem posted every week. All problems can be solved in under a minute of computing time. But, of course, it will take longer (maybe 25 minutes to an hour) to write and test your program. Once you submit an answer, you can see how other people solved it. Again it can be done in any language: Ruby,C,C++,Python, PHP and even Assembler (which a few people do all the problems in). It really doesn't require any special math skills to come up with an answer - just a little inductive chain learning. Regards, Mike Chirico ___________________________________________________________________________ Philadelphia Linux Users Group -- http://www.phillylinux.org Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
|
|