Python/divide_and_conquer
Christian Clauss 9316e7c014
Set the Python file maximum line length to 88 characters (#2122)
* flake8 --max-line-length=88

* fixup! Format Python code with psf/black push

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
2020-06-16 10:09:19 +02:00
..
closest_pair_of_points.py psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
convex_hull.py Set the Python file maximum line length to 88 characters (#2122) 2020-06-16 10:09:19 +02:00
inversions.py psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
max_subarray_sum.py Tighten up psf/black and flake8 (#2024) 2020-05-22 08:10:11 +02:00
mergesort.py Merge sort Update variable names (#2032) 2020-05-24 08:38:43 +02:00
power.py Added Strassen divide and conquer algorithm to multiply matrices. (#1648) 2020-01-12 09:34:10 +05:30
strassen_matrix_multiplication.py Wrap lines that go beyond GitHub Editor (#1925) 2020-05-01 23:36:35 +02:00