mirror of
https://hub.njuu.cf/TheAlgorithms/Python.git
synced 2023-10-11 13:06:12 +08: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…
Reference in New Issue
Block a user