Skip to content

Commit dabd36f

Browse files
authored
Merge pull request #1221 from exercism/diffsquares
difference-of-squares: update README to include formula hint
2 parents 2532dc1 + 0b10ef6 commit dabd36f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

exercises/difference-of-squares/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ Hence the difference between the square of the sum of the first
1212
ten natural numbers and the sum of the squares of the first ten
1313
natural numbers is 3025 - 385 = 2640.
1414

15+
You are not expected to discover an efficient solution to this yourself from
16+
first principles; research is allowed, indeed, encouraged. Finding the best
17+
algorithm for the problem is a key skill in software engineering.
18+
1519
## Running the tests
1620

1721
To run the tests run the command `go test` from within the exercise directory.

0 commit comments

Comments
 (0)