mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-04-22 05:37:36 +00:00
Corrects failing check in master (#1676)
This commit is contained in:
parent
98733618e2
commit
2cb6a6523e
@ -145,7 +145,7 @@ def strassen(matrix1: List, matrix2: List) -> List:
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
matrix1= [
|
matrix1 = [
|
||||||
[2, 3, 4, 5],
|
[2, 3, 4, 5],
|
||||||
[6, 4, 3, 1],
|
[6, 4, 3, 1],
|
||||||
[2, 3, 6, 7],
|
[2, 3, 6, 7],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user