Skip to main content

One doc tagged with "naive search"

View all tags

Naive Search Algorithm

A basic string-search algorithm that checks every position in the text for a match with the pattern.