technojam/Ultimate_Algorithms_Repository

Strassen’s Matrix Multiplication

Aperta

#306 aperta il 14 ott 2020

 (1 commento) (0 reazioni) (0 assegnatari)C++ (165 fork)auto 404
hacktoberfest

Metriche repository

Star
 (87 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor