-->
当前位置:首页 > 题库

单选题:Given a string T = `abaabaabcabaabc` and a pattern S = `abaabc`.

Luz5年前 (2021-05-10)题库1122
Given a string T = `abaabaabcabaabc` and a pattern S = `abaabc`. if KMP method is used to match the pattern, then for how many times that the comparisons are made between pairs of characters before the success of matching? @[B](3)

A. 9
B. 10
C. 12
D. 15




A.9
B.10
C.12
D.15


答案:B