We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2532dc1 + 0b10ef6 commit dabd36fCopy full SHA for dabd36f
exercises/difference-of-squares/README.md
@@ -12,6 +12,10 @@ Hence the difference between the square of the sum of the first
12
ten natural numbers and the sum of the squares of the first ten
13
natural numbers is 3025 - 385 = 2640.
14
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
+
19
## Running the tests
20
21
To run the tests run the command `go test` from within the exercise directory.
0 commit comments