Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README updates from problem-specifications #917

Merged
merged 10 commits into from
Nov 14, 2020
Merged

README updates from problem-specifications #917

merged 10 commits into from
Nov 14, 2020

Conversation

petertseng
Copy link
Member

individual commit messages (properly attributed to their authors) explain.

under no circumstances should this be squashed.

eparovyshnaya and others added 8 commits October 10, 2020 05:29
Previous link was no longer working properly, so use web.archive.org

exercism/problem-specifications#1648
Previous web.archive.org link pointed to the book homepage.
Change it to point to simple-linked-list page.

exercism/problem-specifications#1649
apophenia - noun
"the tendency to perceive a connection or meaningful pattern between unrelated or random things"
compare: pareidolia - noun
"to perceive a specific, often meaningful image in a random or ambiguous visual pattern"
- Merriam Webster's

exercism/problem-specifications#1650
The test suite is testing against the key having only lowercase letters,
not alphanumeric.

exercism/problem-specifications#1653
For me it took a while to understand that we calculate product of
exactly two numbers. BTW in the [original
problem](https://projecteuler.net/problem=4) it is stated clearly.

exercism/problem-specifications#1662
@petertseng petertseng changed the title READMEs from problem-specifications README updates from problem-specifications Oct 11, 2020
artamonovkirill and others added 2 commits October 16, 2020 10:43
There is no convention whether zero is a natural number, so let's avoid
the issue.

For example, see:
- https://mathworld.wolfram.com/NaturalNumber.html
- https://en.wikipedia.org/wiki/Natural_number
- https://math.stackexchange.com/questions/283/is-0-a-natural-number

The previous wording of
```
  "description": "Zero is rejected (not a natural number)",
```
could be especially jarring for some tracks. For example, Nim defines
`Natural` and `Positive` types, and `Natural` includes 0. See:
- https://nim-lang.github.io/Nim/system.html#Natural

Co-authored-by: Sascha Mann <[email protected]>

exercism/problem-specifications#1691
@sshine sshine merged commit ff84a7a into exercism:master Nov 14, 2020
@sshine
Copy link
Contributor

sshine commented Nov 14, 2020

I used a regular merge to preserve the individual commits as well as their relation to this PR.

@petertseng petertseng deleted the readmes branch November 14, 2020 06:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.