We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1946c83 + 8097364 commit 0bd98d2Copy full SHA for 0bd98d2
07-beyond-numpy.rst
@@ -39,7 +39,7 @@ surprising results. But let's start with the most obvious Python solution:
39
return Z
40
41
This solution is the slowest solution because it requires 4 loops, and more
42
-importantly, it tests all the different combinations (11641) of 4 integers
+importantly, it tests all the different combinations (14641) of 4 integers
43
between 0 and 10 to retain only combinations whose sum is 10. We can of course
44
get rid of the 4 loops using itertools, but the code remains slow:
45
0 commit comments