Given two non-deterministic finite automaton, is there a way to determine if there exists a single language that satisfies them both?
Tell me more
×
Mathematics Stack Exchange is a question and answer site for
people studying math at any level and professionals in related fields. It's 100% free, no registration required.
Given two NFAs, is there a way to figure out if there exists a language that works for both of them?
|
There is an algorithm to convert them to deterministic finite-state automata. Then you can use any of the algorithms mentioned in this question and the answers to it. |
|||
|
|