* Update power.py * Update divide_and_conquer/power.py --------- Co-authored-by: Tianyi Zheng <tianyizheng02@gmail.com>
* 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