mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-23 21:11:08 +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__":
|
||||
matrix1= [
|
||||
matrix1 = [
|
||||
[2, 3, 4, 5],
|
||||
[6, 4, 3, 1],
|
||||
[2, 3, 6, 7],
|
||||
|
|
Loading…
Reference in New Issue
Block a user