Skip to content

Commit c94fbab

Browse files
committed
added authorship to readme
1 parent eb68b1d commit c94fbab

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Strassen Matrix Multiplication/README.markdown

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,6 @@ extension Matrix {
405405
}
406406
```
407407

408-
409408
## Appendix
410409

411410
### Number Protocol
@@ -455,4 +454,6 @@ extension Array where Element: Number {
455454
+ [Matrix Multiplication | Wikipedia](https://en.wikipedia.org/wiki/Matrix_multiplication)
456455
+ [Strassen Algorithm | Wikipedia](https://en.wikipedia.org/wiki/Strassen_algorithm)
457456
+ [Strassen Algorithm | Wolfram MathWorld](http://mathworld.wolfram.com/StrassenFormulas.html)
458-
+ [Strassens Algorithm | Geeks for Geeks](http://www.geeksforgeeks.org/strassens-matrix-multiplication/)
457+
+ [Strassens Algorithm | Geeks for Geeks](http://www.geeksforgeeks.org/strassens-matrix-multiplication/)
458+
459+
*Written for Swift Algorithm Club by Richard Ash*

0 commit comments

Comments
 (0)