You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C Implementation of Strassen’s Algorithm for dense matrices (i.e. matrices with mostly non-zero elements). This was an
assignment completed as part of an algorithm computer science course.
About
Implementation of Strassen’s Algorithm for dense matrix multiplcation (C - Sublime Text)