UTSAVS26 / PyVerse

PyVerse is an open-source collection of diverse Python projects, tools, and scripts, ranging from beginner to advanced, across various domains like machine learning, web development, and automation.
https://sites.google.com/view/pyverse-python-universe/
MIT License
69 stars 196 forks source link

[Code Addition Request]: Strassen's Matrix Multiplication in divide and conquer #943

Open shuvojitss opened 1 day ago

shuvojitss commented 1 day ago

Have you completed your first issue?

Guidelines

Latest Merged PR Link

https://github.com/UTSAVS26/PyVerse/pull/853

Project Description

Idea Title

Strassen's Matrix Multiplication

Idea Description

Name:

[NEW ALGORITHM] Given 2 matrix, multiply them such that the time complexity of the calculation is O(n^2.81). You can use divide and conque approach to achieve the time complexity.

About:

Implementation of Divide and Conquer Approach.

Input:

Enter both the matrices

Output:

Resultant matrix.

Full Name

Shuvojit Samanta

Participant Role

GSSOC

github-actions[bot] commented 1 day ago

🙌 Thank you for bringing this issue to our attention! We appreciate your input and will investigate it as soon as possible.

Feel free to join our community on Discord to discuss more!

M03anaswi commented 1 day ago

@UTSAVS26 pls assign this issue to me under gssoc-ext

UTSAVS26 commented 1 day ago

@UTSAVS26 pls assign this issue to me under gssoc-ext

You can raise new issue.