Corrects failing check in master (#1676)

This commit is contained in:
onlinejudge95 2020-01-12 14:58:47 +05:30 committed by GitHub
parent 98733618e2
commit 2cb6a6523e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -145,7 +145,7 @@ def strassen(matrix1: List, matrix2: List) -> List:
if __name__ == "__main__":
matrix1= [
matrix1 = [
[2, 3, 4, 5],
[6, 4, 3, 1],
[2, 3, 6, 7],