Put content in Project Euler stub

This commit is contained in:
Shaurya Shubham
2018-07-06 18:58:30 +05:30
committed by Mrugesh Mohapatra
parent b29ae0df28
commit cc0b071aca

View File

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