technojam/Ultimate_Algorithms_Repository

Strassen’s Matrix Multiplication

オープン

#306 opened on 2020/10/14

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)C++ (165 件のフォーク)auto 404
hacktoberfest

Repository metrics

Stars
 (87 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド