Python/strings
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
..
boyer_moore_search.py Fix lgtm error display #1024 (#1190) 2019-09-21 16:23:34 +02:00
knuth_morris_pratt.py snake_case all the things 2018-10-19 17:14:25 -05:00
levenshtein_distance.py Simplify code by dropping support for legacy Python (#1143) 2019-08-19 15:37:49 +02:00
manacher.py Fix typo (#806) 2019-05-14 21:45:53 +04:30
min_cost_string_conversion.py Simplify code by dropping support for legacy Python (#1143) 2019-08-19 15:37:49 +02:00
naive_string_search.py #315 Renamed all files to snake_case (#993) 2019-07-11 11:16:42 +02:00
rabin_karp.py Added Unicode test to strings/rabin_karp.py (#1096) 2019-08-05 07:07:52 +02:00