Project Euler
Posted: Fri Feb 06, 2015 5:55 am
So, a younger friend of mine is just starting to learn computer sciences and programming. I was watching him livestream an interesting problem the other day and was offering some advice. He told me it was actually some sort of math/programming puzzle called Project Euler.
It starts out really really simple, basic low-level stuff that anyone just getting into programming should be able to figure out, but I'm guessing it gets heaps more difficult as you work through the problems.
Here's a blurb from their website. https://projecteuler.net/about
If you do register an account, feel free to go to the friend's page and add my friend key: 738974_80b0c3b10960a012ebfdfe7b9a5688b0
We've already solved the first problem (Which took him about 3 hours, to give a general idea of where he's at, programming wise, took me a couple minutes). I've solved the second problem in a non-recursive way but am going to wait for my friend to start tackling it to work on it using a recursive function so that he can learn about recursion.
It starts out really really simple, basic low-level stuff that anyone just getting into programming should be able to figure out, but I'm guessing it gets heaps more difficult as you work through the problems.
Here's a blurb from their website. https://projecteuler.net/about
I'm going to be working on these problems in my free time along side with my young friend, so that I can help mentor him and stuff. But if anyone else wants to come along for the ride, I think it'll be fun. So, feel free to share your progress or any issues you're having here, though try to avoid posting direct solutions to the puzzles, that would ruin the fun!About Project Euler
Leonhard Euler (1707-1783)
What is Project Euler?
Project Euler is a series of challenging mathematical/computer programming problems that will require more than just mathematical insights to solve. Although mathematics will help you arrive at elegant and efficient methods, the use of a computer and programming skills will be required to solve most problems.
The motivation for starting Project Euler, and its continuation, is to provide a platform for the inquiring mind to delve into unfamiliar areas and learn new concepts in a fun and recreational context.
Who are the problems aimed at?
The intended audience include students for whom the basic curriculum is not feeding their hunger to learn, adults whose background was not primarily mathematics but had an interest in things mathematical, and professionals who want to keep their problem solving and mathematics on the cutting edge.
Can anyone solve the problems?
The problems range in difficulty and for many the experience is inductive chain learning. That is, by solving one problem it will expose you to a new concept that allows you to undertake a previously inaccessible problem. So the determined participant will slowly but surely work his/her way through every problem.
If you do register an account, feel free to go to the friend's page and add my friend key: 738974_80b0c3b10960a012ebfdfe7b9a5688b0
We've already solved the first problem (Which took him about 3 hours, to give a general idea of where he's at, programming wise, took me a couple minutes). I've solved the second problem in a non-recursive way but am going to wait for my friend to start tackling it to work on it using a recursive function so that he can learn about recursion.