You are on page 1of 6

CS8501 – THEORY OF

COMPUTATION
NAME : S.PRAVEEN KUMAR
DESIGNATION: ASSISTANT PROFESSOR
COLLEGE: ANAND INSTITUTE OF HIGHER
TECHNOLOGY, CHENNAI
DEPARTMENT: COMPUTER SCIENCE AND
ENGINEERING
NFA TO DFA Conversion

Two Types of NFA to DFA Conversion


-NFA with epsilon to DFA Conversion
-NFA without epsilon to DFA Conversion
NFA without Epsilon to DFA
Conversion
• Procedure
• Step1: Find ∫(initial state,input) and mark that as new
state
• Step2: Use the formula
∫(newstate,input) with the new state and all the inputs
• Step3: Repeat step2 until no more new state is formed
• Step4: Form the Transition Table
• Step5: Make a new state as final state if it has final
state of given NFA
Example

You might also like