CSE 40243 Fall 2025

Compilers and Language Design Course at the University of Notre Dame

CSE 40243 - Week 2: RE -> NFA -> DFA

For each of these regular expressions:

  1. Convert the RE to an NFA.
  2. Convert the NFA to a DFA.
  3. Minimize the DFA.