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/)_