Skip to content

Commit 94229d4

Browse files
author
Gonzalo Diaz
committed
README added.
1 parent b702029 commit 94229d4

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
2+
# What is this?
3+
4+
[Project Euler](https://projecteuler.net/) provide some algorithms and mathematical problems to solve to be used as experience tests.
5+
6+
Use this answers to learn some tip and tricks for algorithms tests.
7+
8+
# Why i publish solutions?
9+
10+
As Project Euler says:
11+
12+
https://projecteuler.net/about#publish
13+
14+
15+
```
16+
I learned so much solving problem XXX, so is it okay to publish my solution elsewhere?
17+
It appears that you have answered your own question. There is nothing quite like that "Aha!" moment when you finally beat a problem which you have been working on for some time. It is often through the best of intentions in wishing to share our insights so that others can enjoy that moment too. Sadly, that will rarely be the case for your readers. Real learning is an active process and seeing how it is done is a long way from experiencing that epiphany of discovery. Please do not deny others what you have so richly valued yourself.
18+
19+
However, the rule about sharing solutions outside of Project Euler does not apply to the first one-hundred problems, as long as any discussion clearly aims to instruct methods, not just provide answers, and does not directly threaten to undermine the enjoyment of solving later problems. Problems 1 to 100 provide a wealth of helpful introductory teaching material and if you are able to respect our requirements, then we give permission for those problems and their solutions to be discussed elsewhere.
20+
```
21+
22+
23+
If you have better answers or optimal solutions, fork and PR-me
24+
25+
Enjoy 😁 !

0 commit comments

Comments
 (0)