TheAlgorithms-C-Plus-Plus/bit_manipulation
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 the bit_manipulation directory to CMake (#1991) 2022-09-10 19:43:55 -05:00
count_bits_flip.cpp feat: add count_bits_flip.cpp (#1862) 2022-01-11 12:51:39 -06:00
count_of_set_bits.cpp feat: Reworked/updated sorting/selection_sort.cpp. (#1613) 2021-10-25 13:17:33 -05:00
count_of_trailing_ciphers_in_factorial_n.cpp feat: Add count_of_trailing_ciphers_in_factorial_n (#1543) 2021-07-29 11:41:52 -05:00
find_non_repeating_number.cpp feat: add Find non repeating number implementation (#2061) 2022-11-27 23:11:43 -06:00
hamming_distance.cpp feat: Hamming distance algorithm. (#1376) 2021-02-17 08:08:29 +05:30
set_kth_bit.cpp added set_kth_bit.cpp (#1863) 2022-01-16 21:27:24 +05:30
travelling_salesman_using_bit_manipulation.cpp feat: add Strassen's Matrix Multiplication (#2413) 2023-01-24 14:03:06 -06:00