We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e588dad commit fff59feCopy full SHA for fff59fe
pydatastructs/strings/algorithms.py
@@ -51,7 +51,7 @@ def find(text, query, algorithm):
51
References
52
==========
53
54
- .. [1] https://www.inf.hs-flensburg.de/lang/algorithmen/pattern/kmpen.htm
+ .. [1] https://en.wikipedia.org/wiki/Knuth–Morris–Pratt_algorithm
55
"""
56
import pydatastructs.strings.algorithms as algorithms
57
func = "_" + algorithm
0 commit comments