Commit Graph

10 Commits

Author SHA1 Message Date
toastedbreadandomelette
1175cedb74 Merge branch 'master' of https://github.com/AshishYUO/C-Plus-Plus into strassen-multiplication 2022-12-29 10:07:29 +05:30
Ashish Daulatabad
194e1b920d Add namespaces 2022-11-18 22:29:17 +05:30
Ashish Daulatabad
03abd3a3c9 Merge branch 'strassen-multiplication' of https://github.com/AshishYUO/C-Plus-Plus into strassen-multiplication 2022-11-15 10:59:05 +05:30
Ashish Daulatabad
66eca89522 Fix windows error 2022-11-15 10:58:34 +05:30
David
9243c4ff90 clang-format and clang-tidy fixes for 02439b57 2022-11-15 05:18:13 +00:00
Ashish Daulatabad
02439b57d8 Fix cpp lint error 2022-11-15 10:47:10 +05:30
Ashish Daulatabad
5990417ede Feat: Add Strassen's matrix multiplication 2022-11-15 10:22:58 +05:30
David Leal
3b4d1421d3 feat: add CMakeLists to the divide_and_conquer directory (#2072) 2022-10-28 19:56:45 -05:00
Ameer Carlo Lubang
97c7d91878 fix: karatsuba's algorithm is not compiling (#2115)
* fix: karatsuba's algorithm is not compiling
doc: improved comments

* fix: continuous integration issues

Co-authored-by: David Leal <halfpacho@gmail.com>
2022-10-05 22:48:56 +05:30
Swastika Gupta
20f74d4138 feat: Karatsuba algorithm (#1550)
* karatsuba algorithm

* Update karatsuba_algorithm_for_fast_multiplication.cpp

* Update karatsuba_algorithm_for_fast_multiplication.cpp

* Update karatsuba_algorithm_for_fast_multiplication.cpp

* Update karatsuba_algorithm_for_fast_multiplication.cpp

* Update karatsuba_algorithm_for_fast_multiplication.cpp

* Update karatsuba_algorithm_for_fast_multiplication.cpp

* updating DIRECTORY.md

* clang-format and clang-tidy fixes for 180f356d

* Update divide_and_conquer/karatsuba_algorithm_for_fast_multiplication.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>

* Update divide_and_conquer/karatsuba_algorithm_for_fast_multiplication.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>

* Update divide_and_conquer/karatsuba_algorithm_for_fast_multiplication.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>

* clang-format and clang-tidy fixes for 2b8d67ad

* Apply suggestions from code review

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
Co-authored-by: David Leal <halfpacho@gmail.com>
Co-authored-by: Ayaan Khan <ayaankhan98@gmail.com>
2021-08-09 18:30:42 +05:30