Theory of Computation

📌 Topics

📘 DFA

Concept

DFA is a finite automaton where each state has exactly one transition for each input.

Key Points

PYQ

Can DFA have epsilon transitions?
Answer: No

Quick Revision

DFA → One path
NFA → Multiple paths