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.
C. The table used to track character shifts.
D. The array used for storing results.
Answer: Option B

Join The Discussion