Skip to content

Commit 9504d56

Browse files
Added Problem Description
1 parent 83fc7a8 commit 9504d56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Arrays/Strassen's_Algo.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Problem Description: Strassen's Algorithm in C Language for Matrix Multiplication
12
#include<stdio.h>
23
int main(){
34
int mat1[2][2], mat2[2][2], mat3[2][2], i, j;

0 commit comments

Comments
 (0)