Ultimate_Algorithms_Repository icon indicating copy to clipboard operation
Ultimate_Algorithms_Repository copied to clipboard

Strassen’s Matrix Multiplication

Open manan2110 opened this issue 3 years ago • 1 comments

Title or Name of the Algorithm:- Strassen’s Matrix Multiplication

Describe the algorithm:- In the divide and conquer method of multipying matrices , the main component for high time complexity is 8 recursive calls. The idea of Strassen’s method is to reduce the number of recursive calls to 7.

manan2110 avatar Oct 14 '20 13:10 manan2110

Please assign me this problem i can solve it

Abhishek-7017 avatar Oct 15 '20 17:10 Abhishek-7017