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.
1 parent c94fbab commit 09848a7Copy full SHA for 09848a7
Strassen Matrix Multiplication/README.markdown
@@ -449,7 +449,8 @@ extension Array where Element: Number {
449
}
450
```
451
452
-##Resources
+## Resources
453
+
454
+ [Intro to Matrix Multiplication | Khan Academy](https://www.khanacademy.org/math/precalculus/precalc-matrices/multiplying-matrices-by-matrices/v/matrix-multiplication-intro)
455
+ [Matrix Multiplication | Wikipedia](https://en.wikipedia.org/wiki/Matrix_multiplication)
456
+ [Strassen Algorithm | Wikipedia](https://en.wikipedia.org/wiki/Strassen_algorithm)
0 commit comments