Strassen's Matrix Multiplication

An interactive visualization of computing $C = A \times B$ in $O(n^{2.81})$ time. Strassen's algorithm reduces the number of multiplications for a 2x2 matrix from 8 down to 7.

Step 0/12