Physics, asked by roshni2684, 1 year ago

List down the advantages of non-deterministic finite automata?

Answers

Answered by siya3801
4
The advantage of NFA's is the property, to always "choose the right path". Since you cannot say in an algorithm to "choose the right path", usually a conversion from NFA to DFA works, creating DFA states that symbolize multiple NFA states. Thus, when your NFA is in State A and has the choice to go to A,B or C then the next state in your DFA would be {A,B,C}.
Similar questions