Difference between DFA & NFA
DFA means Deterministic Finite Automata .
From one state to another only one input symbol is using.
NFA means Non-Deterministic Finite Automata.
There may be more than one transition from one state to another using same symbol.
Comments
Post a Comment