Python/data_structures
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
..
binary_tree Simplify code by dropping support for legacy Python (#1143) 2019-08-19 15:37:49 +02:00
hashing Added doctest and more explanation about Dijkstra execution. (#1014) 2019-07-17 01:09:53 +02:00
heap Fix lgtm error display #1024 (#1190) 2019-09-21 16:23:34 +02:00
linked_list Simplify code by dropping support for legacy Python (#1143) 2019-08-19 15:37:49 +02:00
queue Simplify code by dropping support for legacy Python (#1143) 2019-08-19 15:37:49 +02:00
stacks Simplify code by dropping support for legacy Python (#1143) 2019-08-19 15:37:49 +02:00
trie Add delete to trie.py + tests (#1177) 2019-09-13 22:24:25 +02:00