Skip to content

Commit 0b10ef6

Browse files
committed
difference-of-squares: update README to include formula hint
1 parent 2532dc1 commit 0b10ef6

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)