You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: