1. The document describes the process of converting a regular expression (RE) = (ab+c)* to an equivalent deterministic finite automaton (DFA).
2. It starts with the equivalent non-deterministic finite automaton with epsilon transitions (NFA-ε) for the given RE.
3. It then constructs the DFA by calculating the epsilon-closure of states and determining the transitions between states for each symbol in the alphabet.
4. The resulting DFA has 4 states - A, B, C, D and the transition table and diagram are shown.