TheAlgorithms-C-Plus-Plus/divide_and_conquer
Ashish Bhanu Daulatabad 5b238724b8
feat: add Strassen's Matrix Multiplication (#2413)
* Feat: Add Strassen's matrix multiplication

* updating DIRECTORY.md

* Fix cpp lint error

* updating DIRECTORY.md

* clang-format and clang-tidy fixes for 02439b57

* Fix windows error

* Add namespaces

* updating DIRECTORY.md

* Proper documentation

* Reduce the matrix size.

* updating DIRECTORY.md

* clang-format and clang-tidy fixes for 0545555a

Co-authored-by: toastedbreadandomelette <toastedbreadandomelette@gmail.com>
Co-authored-by: github-actions[bot] <github-actions@users.noreply.github.com>
Co-authored-by: David Leal <halfpacho@gmail.com>
2023-01-24 14:03:06 -06:00
..
CMakeLists.txt feat: add CMakeLists to the divide_and_conquer directory (#2072) 2022-10-28 19:56:45 -05:00
karatsuba_algorithm_for_fast_multiplication.cpp fix: karatsuba's algorithm is not compiling (#2115) 2022-10-05 22:48:56 +05:30
strassen_matrix_multiplication.cpp feat: add Strassen's Matrix Multiplication (#2413) 2023-01-24 14:03:06 -06:00