Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 191 Bytes

File metadata and controls

2 lines (2 loc) · 191 Bytes

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.