NFA operation with example

Explain briefly NFA operation with example.

E

Expert

Verified

Example of NFA operation:

alphabet Σ = {0,1}

1908_nfa operation.jpg

input: 0 1 0
not accepted

input: 1 1 0
accepted

One way to think of NFA operation:

string x = x1 x2 x3 … xn accepted if and only if

–there exists a way of inserting ε’s into x
x1 εε x2 x3…ε xn

– so that there exists a path of transitions from the start state to an accept state.

   Related Questions in Theory of Computation

©TutorsGlobe All rights reserved 2022-2023.