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 8833f67 commit 18daf94Copy full SHA for 18daf94
src/string/rabin-karp.md
@@ -67,4 +67,4 @@ vector<int> rabin_karp(string const& s, string const& t) {
67
## Resources
68
69
* [Sleator - String matching algorithms](https://contest.cs.cmu.edu/295/s20/tutorials/strings.mark)
70
-* CLRS 3ed, Ch 32.2
+* [CLRS](https://en.wikipedia.org/wiki/Introduction_to_Algorithms) 3ed, Ch 32.2
0 commit comments