mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-03-01 12:28:38 +00:00
* Added Strassen divide and conquer algorithm to multiply matrices * Divide and conquer algorith to calculate pow(a,b) or a raised to the power of b * Putting docstring inside the function. * Added doctests