Can every regular language have a linear bounded automaton

90 Views Asked by At

As the question states:

I am trying to understand automata. Can every regular language have a linear bounded automaton?

1

There are 1 best solutions below

0
On BEST ANSWER

Yes: linear bounded automata are acceptors for context-sensitive languages, and regular languages are context-sensitive.