What is the difference between a regular language defined by DFA vs NFA?

581 Views Asked by At

Is there any difference between regular language defined by DFA vs NFA?

1

There are 1 best solutions below

0
On BEST ANSWER

There is no difference, for every regular language defined by an NFA there is a DFA defining the same language. This is shown by the Powerset construction. The other direction is trivial as every DFA is also a NFA.