We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83fc7a8 commit 9504d56Copy full SHA for 9504d56
Arrays/Strassen's_Algo.c
@@ -1,3 +1,4 @@
1
+// Problem Description: Strassen's Algorithm in C Language for Matrix Multiplication
2
#include<stdio.h>
3
int main(){
4
int mat1[2][2], mat2[2][2], mat3[2][2], i, j;
0 commit comments