Jump to content

Deterministic automaton

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Canderra (talk | contribs) at 16:54, 2 February 2006 (Started Article, mostly links to DFA article). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Deterministic automaton are a concept of Automata Theory in which the outcome of a transition from one state to another given a certain input can be predicted for every occurance.

A common deterministic automaton is a deterministic finite state machine (sometimes referred to as a deterministic finite automaton (DFA)) which is a finite state machine where for each pair of state and input symbol there is one and only one transition to a next state. DFAs recognize the set of regular languages and no other languages.