File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Strassen Matrix Multiplication Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -405,7 +405,6 @@ extension Matrix {
405
405
}
406
406
```
407
407
408
-
409
408
## Appendix
410
409
411
410
### Number Protocol
@@ -455,4 +454,6 @@ extension Array where Element: Number {
455
454
+ [Matrix Multiplication | Wikipedia](https :// en.wikipedia.org/wiki/Matrix_multiplication)
456
455
+ [Strassen Algorithm | Wikipedia](https :// en.wikipedia.org/wiki/Strassen_algorithm)
457
456
+ [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*
You can’t perform that action at this time.
0 commit comments