Skip to content

Commit 39a73c2

Browse files
Problem Description add
1 parent 9504d56 commit 39a73c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Arrays/Strassen's_Algo.c

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

0 commit comments

Comments
 (0)