Converting NFAs to DFAs
- This can be achieved
- = the set of NFA states reachable from NFA state by zero or more transitions.
- Steps
- Pick the with its closure, create a “super-set” .
- For each character in the alphabet, find the set of NFA states that can be reached from the super-set .
- Also include the closures, to form a new super-set.
- If the super-set is not in the list, add it to the list. The super-sets can be merged.