Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

true or false: in brute - force string matching, if the character of th…

Question

true or false: in brute - force string matching, if the character of the pattern does not match the corresponding character in text, the algorithm shifts the pattern by more than one position.
true
false

Explanation:

Brief Explanations

In brute - force string matching, when a mismatch occurs, the pattern is shifted by only one position. This is a fundamental characteristic of the brute - force algorithm.

Answer:

False