Skip to content

Strassen’s Matrix Multiplication #306

Open
@manan2110

Description

@manan2110

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions