...a pattern of size m in a text string of size n using KMP? 在长...
What's the time complexity for searching a pattern of size m in a text string of size n using KMP? 在长度为n的文本串中用KMP算法查找长度为m的模式串,时间复杂度为: A.O(mn) B.O(1) C.O(m) D.O(m+n) 点击查看答案手机看题 你可能感兴趣的试题 单项选择题 A、 B、 C、 D、 点击查...