mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-01-30 06:03:42 +00:00
98733618e2
* 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 |
||
---|---|---|
.. | ||
closest_pair_of_points.py | ||
convex_hull.py | ||
inversions.py | ||
max_subarray_sum.py | ||
mergesort.py | ||
power.py | ||
strassen_matrix_multiplication.py |