python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
L_mult={a^i b^ij c^j:i,j≥0}, what would be the graph of diagram machine
L_mult={a^i b^ij c^j:i,j≥0}, what would be the diagram of turing machine.
Here the number of b's will be equal to the number of a's times number of c's. How can draw the turning machine of this lanagu...
kowser66
Votes: 0
Answers: 0
are the variables declared in programming language **terminal** symbols or **non-terminal** symbols
I have a question in computation theory and automata .
are the variables declared in programming language terminal symbols or non-terminal symbols .
GAMEOVER
Votes: 0
Answers: 1
How to prevent duplications when generating strings from context free grammar
I need to define context free grammar and generate strings from this language.
Grammar for a language that contains all strings with matched parentheses:
s->ss
s->(s)
s->()
Examples: (), ()(...
Oleg Dats
Votes: 0
Answers: 2
Relationship between Automata theory and Dynamic programming
I am learning automata theory. I think that there must be some relationship between state machine theory and dynamic programming. for the reason that the essence of dynamic programming is state transi...
UESTCfresh
Votes: 0
Answers: 1