Chengwei LEI, Ph.D.    Associate Professor

Department of Computer and Electrical Engineering and Computer Science
California State University, Bakersfield

CMPS 3120 Algorithm Analysis

 

Brute Force and Exhaustive Search

 


Answers


pattern: a string of m characters to search for
text: a (long) string of n characters to search in
matching: a fully match for all the characters
comparison: compare 2 characters (positive or negative result)

 

Answer


Examples

 

Data Download

Data Download (Same Data, second data format)

Data Download (Same Data, third data format)


Examples