Introduction to nondeterministic finite automaton
Overview
A nondeterministic finite automaton has one or more than one transition from one state to another or itself.
An NFA requires less space than a
Components of an NFA
Assume an NFA for a language L with the five tuples
is the finite set of states. is the input symbols. is the start state. is the transition function. is the final state.
It is to be noted that
Example
The following is an example of an NFA, where
NFA
Free Resources
Copyright ©2025 Educative, Inc. All rights reserved