3. (15 points) Construct the deterministic finite automaton (DFA) to find "ABCDABC" keyword in a whole text by using Knu
Posted: Thu Jun 02, 2022 8:23 am
3. (15 points) Construct the deterministic finite automaton (DFA) to find "ABCDABC" keyword in a whole text by using Knuth-Morris-Pratt algorithm. After constructing the DFA, trace the below text to figure out whether it contains the keyword. Show intermediate steps with sufficient details in your solution. Text: AAABCDABBCDAABCDABCCDA