Theory of computation is all about what kind of things you can compute mechanically and how fast and how much space does it required to do so.
RELATED POSTS:
1. Find an nfa that accepts the language L (aa* (a + b))- solution of Peter Linz
2. Write regular expressions for the following languages on {0, 1}- Solution of Peter Linz
3. Give regular expressions for the following languages on Σ = {a, b, c}- solution of Peter Linz
5. Find all strings in L((a + b) b (a + ab)*) of length less than four.
6. For ∑ ={ a,b }, construct dfa's that accept the sets consisting of
8. Minimize the following DFA using table filling method or Myhill-Nerode Theoram
9. ASSIGNMENT OF AUTOMATA THEORY
12. THEORY OF COMPUTATION MCQ QUESTIONS
13. Construct a DFA that accepts any strings over {a,b} that doesn't contain the string aabb in it.
0 Comments