Strassen Algorithm

Strassen Algorithm

In the mathematical discipline of linear algebra, the Strassen algorithm, named after Volker Strassen, is an algorithm used for matrix multiplication. It is faster than the standard matrix multiplication algorithm and is useful in practice for large matrices, but would be slower than the fastest known algorithm for extremely large matrices.

Read more about Strassen Algorithm:  History, Algorithm, Asymptotic Complexity, Source Code of The Strassen Algorithm in C Language