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 ea369aa commit a2d2a0aCopy full SHA for a2d2a0a
strings/knuth_morris_pratt.cpp
@@ -76,7 +76,7 @@ size_t kmp(const std::string &pattern, const std::string &text) {
76
using string_search::kmp;
77
78
/**
79
- * @brief test KMP algorithm
+ * @brief self-test implementations
80
* @returns void
81
*/
82
static void tests() {
0 commit comments