technojam/Ultimate_Algorithms_Repository

Strassen’s Matrix Multiplication

開放

#306 建立於 2020年10月14日

 (1 則留言) (0 個反應) (0 位負責人)C++ (165 個分叉)auto 404
hacktoberfest

倉庫指標

星標
 (87 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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.

貢獻者指南