Q1.
Design a NFA that accepts all strings over the alphabet
∑ = {a, b} such that every accepted string start and end
with same symbol
Q1. Design a NFA that accepts all strings over the alphabet
∑ = {a, b} such that every accepted string start and end
with same symbol
Q2. Design a NFA that accepts all strings over the alphabet
∑ = {a, b} such that every accepted string start and end
with different symbol
Q2. Design a NFA that accepts all strings over the alphabet
∑ = {a, b} such that every accepted string start and end
with different symbol
Q3. Design a minimal NFA that accepts all strings over the
alphabet ∑ = {a, b}. where every accepted string ‘w’
contains substring s, Where s = ’aba
Q4. Design a NFA that accepts all strings over the alphabet
∑ = {a, b}. where every accepted string ‘w’ ends with
substring ‘s’, Where s = ‘bab’?
Q5. Design a NFA that accepts all strings over the alphabet
∑ = {a, b}, where every accepted string ‘w’ starts with
substring s, Where s = ‘aba
Q6. Design a NDFA that accepts all strings over the
alphabet ∑ = {a, b} such that for every accepted string 3rd
from right end is always a ?
DFA Vs NFA