Replaces Project Euler stub with an article (#22850)

* Replaces Project Euler stub with an article
This commit is contained in:
Ariel
2018-10-25 14:06:26 -06:00
committed by Nathan Hannig
parent 175d521c68
commit a2e01e59db

View File

@ -1,13 +1,11 @@
---
title: Project Euler
---
## Project Euler
This is a stub. <a href='https://github.com/freecodecamp/guides/tree/master/src/pages/mathematics/quadratic-equations/index.md' target='_blank' rel='nofollow'>Help our community expand it</a>.
<a href='https://github.com/freecodecamp/guides/blob/master/README.md' target='_blank' rel='nofollow'>This quick style guide will help ensure your pull request gets accepted</a>.
<!-- The article goes here, in GitHub-flavored Markdown. Feel free to add YouTube videos, images, and CodePen/JSBin embeds -->
[Project Euler](https://projecteuler.net/), named for mathematician Leonard Euler, is a popular resource for practicing writing efficient algorithms. It is inspired by the shared goal of mathematicians and programmers to compose elegant and efficient solutions to complex problems. Project Euler is language agnostic. Rather than testing coded solutions, it presents a question to users and asks them only to input the correct answer. For this reason it is a popular platform for people who are learning new languages as well as those who want to practice writing more efficient solutions. The challenges presented by Project Euler are math problems of increasing complexity. Although all of these challenges can be solved by an algorithm that runs in less than a minute, the most obvious may take hours or even days to complete. The Project Euler platform does not run your algorithm and does not grade you based on its efficiency, but once you have solved the problem to arrive at a correct solution you will be granted access to a discussion forum of the challenge where you can get community help on how to improve your approach.
#### More Information:
<!-- Please add any articles you think might be helpful to read before writing the article -->
- [ProjectEuler.net](https://projecteuler.net/about)
- [Wikipedia: Project Euler](https://en.wikipedia.org/wiki/Project_Euler)
- [Wikipedia: Algorithmic efficiency](https://en.wikipedia.org/wiki/Algorithmic_efficiency)