Skip to content

Added Python Implementation of Suffix Arrays and LCP Arrays #11390

Added Python Implementation of Suffix Arrays and LCP Arrays

Added Python Implementation of Suffix Arrays and LCP Arrays #11390

Triggered via pull request October 19, 2024 08:18
Status Failure
Total duration 16s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
Ruff (F401): divide_and_conquer/suffix_array_lcp.py#L3
divide_and_conquer/suffix_array_lcp.py:3:8: F401 `doctest` imported but unused
Ruff (E501): divide_and_conquer/suffix_array_lcp.py#L81
divide_and_conquer/suffix_array_lcp.py:81:89: E501 Line too long (113 > 88)
ruff
Process completed with exit code 1.