πŸ“Š Theory of Computation and Compiler Design
Q. Consider the following context free languages:
L1 = {0^i 1^j 2^k | i+j = k}
L2 = {0^i 1^j 2^k | i = j or j = k}
L3 = {0^i 1^j | i = 2j+1}
Which of the following option is true?
  • (A) L1, L2 and L3 can be recognized by Deterministic Push down automata
  • (B) L1, L2 can be recognized by Deterministic Push down automata
  • (C) L1, L3 can be recognized by Deterministic Push down automata
  • (D) None of the above
πŸ’¬ Discuss
βœ… Correct Answer: (C) L1, L3 can be recognized by Deterministic Push down automata

You must be Logged in to update hint/solution

πŸ’¬ Discussion

πŸ“Š Question Analytics

πŸ‘οΈ
467
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
99%
Success Rate