Added Python Implementation of Suffix Arrays and LCP Arrays #11372
Annotations
9 errors
Ruff (N999):
divide_and_conquer/Suffix Array and LCP implementation.py#L1
divide_and_conquer/Suffix Array and LCP implementation.py:1:1: N999 Invalid module name: 'Suffix Array and LCP implementation'
|
Ruff (UP035):
divide_and_conquer/Suffix Array and LCP implementation.py#L1
divide_and_conquer/Suffix Array and LCP implementation.py:1:1: UP035 `typing.List` is deprecated, use `list` instead
|
Ruff (UP006):
divide_and_conquer/Suffix Array and LCP implementation.py#L13
divide_and_conquer/Suffix Array and LCP implementation.py:13:37: UP006 Use `list` instead of `List` for type annotation
|
Ruff (E501):
divide_and_conquer/Suffix Array and LCP implementation.py#L16
divide_and_conquer/Suffix Array and LCP implementation.py:16:89: E501 Line too long (90 > 88)
|
Ruff (E501):
divide_and_conquer/Suffix Array and LCP implementation.py#L25
divide_and_conquer/Suffix Array and LCP implementation.py:25:89: E501 Line too long (99 > 88)
|
Ruff (UP006):
divide_and_conquer/Suffix Array and LCP implementation.py#L28
divide_and_conquer/Suffix Array and LCP implementation.py:28:34: UP006 Use `list` instead of `List` for type annotation
|
Ruff (E501):
divide_and_conquer/Suffix Array and LCP implementation.py#L44
divide_and_conquer/Suffix Array and LCP implementation.py:44:89: E501 Line too long (97 > 88)
|
Ruff (E501):
divide_and_conquer/Suffix Array and LCP implementation.py#L52
divide_and_conquer/Suffix Array and LCP implementation.py:52:89: E501 Line too long (91 > 88)
|
ruff
Process completed with exit code 1.
|