TheAlgorithms-C-Plus-Plus/greedy_algorithms
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
..
boruvkas_minimum_spanning_tree.cpp feat: add Strassen's Matrix Multiplication (#2413) 2023-01-24 14:03:06 -06:00
dijkstra.cpp Major rework to improve code quality and add automation checks (#805) 2020-06-19 21:34:56 +05:30
huffman.cpp Major rework to improve code quality and add automation checks (#805) 2020-06-19 21:34:56 +05:30
jumpgame.cpp Created jumpgame.cpp (#1068) 2020-10-02 08:21:16 -04:00
knapsack.cpp Major rework to improve code quality and add automation checks (#805) 2020-06-19 21:34:56 +05:30
kruskals_minimum_spanning_tree.cpp feat: Add ncr mod p code (#1325) 2020-11-22 23:05:01 +05:30
prims_minimum_spanning_tree.cpp Major rework to improve code quality and add automation checks (#805) 2020-06-19 21:34:56 +05:30