Definitions

Regular Language

Regular: There exists a DFA for the language.

DFA - Deterministic Finite Automata

Language of DFA: Let $M$ be DFA, the language of $M$ is $L(M)=\{w|w\in\Sigma^*, M \text{ accepts } w\}$

Designing a DFA

  1. Define the alphabet $\Sigma$