mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-05 01:09:40 +08:00
Enable ruff RUF002 rule (#11377)
* Enable ruff RUF002 rule * Fix --------- Co-authored-by: Christian Clauss <cclauss@me.com>
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
"""
|
||||
https://cp-algorithms.com/string/prefix-function.html
|
||||
|
||||
Prefix function Knuth–Morris–Pratt algorithm
|
||||
Prefix function Knuth-Morris-Pratt algorithm
|
||||
|
||||
Different algorithm than Knuth-Morris-Pratt pattern finding
|
||||
|
||||
|
Reference in New Issue
Block a user