![]() |
VOOZH | about |
History :
In 1960, associate degree automaton model was introduced by Myhill and these days this automation model is understood as deterministic linear bounded automaton. After this, another scientist named Landweber worked on this and proposed that the languages accepted by a deterministic LBA are continually context-sensitive languages.
In 1964, Kuroda introduced a replacement and a lot of general models specially for non-deterministic linear bounded automata, and established that the languages accepted by the non-deterministic linear bounded automata are exactly the context-sensitive languages.
Introduction to Linear Bounded Automata :
A Linear Bounded Automaton (LBA) is similar to Turing Machine with some properties stated below:
Tuples Used in LBA :
LBA can be defined with eight tuples (elements that help to design automata) as:
M = (Q , T , E , q0 , ML , MR , S , F), where, Q -> A finite set of transition states T -> Tape alphabet E -> Input alphabet q0 -> Initial state ML -> Left bound of tape MR -> Right bound of tape S -> Transition Function F -> A finite set of final states
Diagrammatic Representation of LBA :
👁 ImageExamples:
Languages that form LBA with tape as shown above,
Facts :
Suppose that a given LBA M has --> q states, --> m characters within the tape alphabet, and --> the input length is n