Problem Detail: I am just beginning to learn computation theory. I wrote up a non-deterministic finite automata that accepts strings that contain the substring “abba”: I tried to convert it to a DFA by putting together sets of states in the Read More …