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 9504d56 commit 39a73c2Copy full SHA for 39a73c2
Arrays/Strassen's_Algo.c
@@ -1,4 +1,4 @@
1
-// Problem Description: Strassen's Algorithm in C Language for Matrix Multiplication
+// Problem Description: Strassens 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