here Two problem ->
problem number 1 = Question: Convert the following ENFA to DFA [using Direct Method].
problem number 2 = Question: Convert the following ENFA to NFA.
I tried again and again, but I can't
here Two problem ->
problem number 1 = Question: Convert the following ENFA to DFA [using Direct Method].
problem number 2 = Question: Convert the following ENFA to NFA.
I tried again and again, but I can't
Copyright © 2021 Jogjafile Inc.
problem number 1:
Steps to convert E-NFA to DFA :
I am converting First E-NFA to DFA
closure(1) = {1,2}
transition table for DFA is
DFA for given NFA is
Here D stands for Dead state !!
problem number 2 :
problem number 2 can be solved with solution of problem 1. You just not need to add dead state in NFA.