DFA (Deterministic Finite Automata)
q0 : initial state
Q: finite set of state
F: final state
𝛿: transition function
∑: set of alphabets
- every state must have a unique output for a specific input
- must have one initial and at least one final state
- transition function Q X ∑ →Q
- a state may not require a unique output for a specific input
- its subsets are in a power set
- transition function Q X (∑ U {∈})→2Q
q0 : initial state
Q: finite set of state
F: final state
𝛿: transition function
∑: set of alphabets
No comments:
Post a Comment