Skip to content

Commit 09848a7

Browse files
committed
fixed the display of the resources header
1 parent c94fbab commit 09848a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Strassen Matrix Multiplication/README.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,8 @@ extension Array where Element: Number {
449449
}
450450
```
451451

452-
##Resources
452+
## Resources
453+
453454
+ [Intro to Matrix Multiplication | Khan Academy](https://www.khanacademy.org/math/precalculus/precalc-matrices/multiplying-matrices-by-matrices/v/matrix-multiplication-intro)
454455
+ [Matrix Multiplication | Wikipedia](https://en.wikipedia.org/wiki/Matrix_multiplication)
455456
+ [Strassen Algorithm | Wikipedia](https://en.wikipedia.org/wiki/Strassen_algorithm)

0 commit comments

Comments
 (0)