Add Rabin-Karp String Matching Algorithm (#13918) #16482
Annotations
3 errors
|
ruff
Process completed with exit code 1.
|
|
Ruff (SIM102):
strings/rabin_karp.py#L172
strings/rabin_karp.py:172:17: SIM102 Use a single `if` statement instead of nested `if` statements
|
|
Ruff (SIM102):
strings/rabin_karp.py#L78
strings/rabin_karp.py:78:9: SIM102 Use a single `if` statement instead of nested `if` statements
|