문제

As the question states:

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

도움이 되었습니까?

해결책

Yes, it is possible to have Linear Bounded Automata for each and every regular languages. Regular languages are proper subset of Context Sensitive Languages. CSL is the language associated with Linear Bounded Automata (LBA). For more information on hierarchy of classes of formal grammars and languages read about Chomsky Hierarchy.

http://en.wikipedia.org/wiki/Chomsky_hierarchy

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top