Vidyalelo
Data Structure · Q39

String Matching

Programming · Data Structure · question 39

Q39

In the context of string matching, what does the term "partial match table" refer to?

A.
The array used for storing results.
B.
The data structure used in KMP algorithm.
Answer
C.
The table used to track character shifts.
D.
The array used for storing results.

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board