Python/divide_and_conquer
Denis Trofimov 04962c0d17 Fix lgtm error display #1024 (#1190)
* fix: Syntax Error lgtm display in matrix/matrix_operation.py.

* Testing for None should use the 'is' operator.

* fix: Too many arguments for string format.

* fix: supress lgtm alert as false positive.

* style: Unnecessary 'pass' statement.

* Revert "fix: Syntax Error lgtm display in matrix/matrix_operation.py."

This reverts commit 4c629b4ce1.
2019-09-21 16:23:34 +02:00
..
closest_pair_of_points.py Update closest_pair_of_points.py (#1109) 2019-08-06 21:31:03 +02:00
convex_hull.py Fix lgtm error display #1024 (#1190) 2019-09-21 16:23:34 +02:00
inversions.py Simplify code by dropping support for legacy Python (#1143) 2019-08-19 15:37:49 +02:00
max_subarray_sum.py closest pair of points algo (#943) 2019-07-04 12:19:14 +04:30