Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 250 Bytes

File metadata and controls

5 lines (5 loc) · 250 Bytes

simple Strassen Matrix Multiplication

  • Simple Strassen's Matrix Multiplication Algorithm with C++
  • This repository implements Strassen's algorithm for square matrices (n x n) where n is a power of 2 and i set it on 4.
  • Print all the steps.
  • :)