Computer theory
Budget: $100 – $300 USD
Search for a pattern p in a given text file using a minimal DFA for the pattern. In terms of code, this means a program that can be run on the command-line as follows:
java <yourClassName> <pattern> <textfile.txt>
java <yourClassName> <pattern> <textfile.txt>