From cc0b071aca66759da7bcf94c5ecb9882f04cf4ea Mon Sep 17 00:00:00 2001 From: Shaurya Shubham Date: Fri, 6 Jul 2018 18:58:30 +0530 Subject: [PATCH] Put content in Project Euler stub --- .../coding-interview-prep/project-euler/index.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/packages/learn/src/introductions/coding-interview-prep/project-euler/index.md b/packages/learn/src/introductions/coding-interview-prep/project-euler/index.md index 4b64079a40..ed52c6ea75 100644 --- a/packages/learn/src/introductions/coding-interview-prep/project-euler/index.md +++ b/packages/learn/src/introductions/coding-interview-prep/project-euler/index.md @@ -5,6 +5,10 @@ superBlock: Coding Interview Prep --- ## Introduction to the Project Euler Problems -This introduction is a stub +[Project Euler](https://projecteuler.net/) (pronounced Oiler) is a series of challenging mathematical/computer programming problems meant to delve into unfamiliar areas and learn new concepts in a fun and recreational manner. -Help us make it real on [GitHub](https://github.com/freeCodeCamp/learn/tree/master/src/introductions). \ No newline at end of file +>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. +> +> 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. +> +>_from the Project Euler [homepage](https://projecteuler.net/)_