12345678910111213141516171819202122 |
- {
- "authors": [],
- "contributors": [
- "masters3d",
- "Scientifica96",
- "SleeplessByte"
- ],
- "files": {
- "solution": [
- "difference-of-squares.ts"
- ],
- "test": [
- "difference-of-squares.test.ts"
- ],
- "example": [
- ".meta/proof.ci.ts"
- ]
- },
- "blurb": "Find the difference between the square of the sum and the sum of the squares of the first N natural numbers.",
- "source": "Problem 6 at Project Euler",
- "source_url": "https://projecteuler.net/problem=6"
- }
|