Problem Detail: I’ve been trying to convert a regular expression to a non-deterministic finite automata (NFA) first using Thompson’s construction, giving: , which looks correct. I am then using subset construction to create the DFA from the NFA, shown here. But Read More …