std :: string :: find()是使用KMP还是后缀树?

时间:2018-03-12 17:44:45

标签: c++ string pattern-matching suffix-tree knuth-morris-pratt

我想知道哪种算法用于将模式与标准库中的字符串进行匹配。如果有更多搜索要在同一个字符串中执行,后缀树将是最佳选择。

是否使用std::string::find()背后的数据结构或像Knuth-Morris-Pratt算法这样的一次性算法?

0 个答案:

没有答案