mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-04-14 09:47:36 +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