What is the running time of Strassen’s algorithm for matrix multiplication?
What is the running time of Strassen’s algorithm for matrix multiplication? Correct Answer O(n2.81)
Strassen’s matrix algorithm requires only 7 recursive multiplications of n/2 x n/2 matrix and Theta(n2) scalar additions and subtractions yielding the running time as O(n2.81).
মোঃ আরিফুল ইসলাম
Feb 20, 2025