15) Let M be the language over {a, b, c, d, e, f} accepting all strings so that: 1. There are precisely two e's in the string. 2. Every a is immediately followed by an even number of b's. 3. Every c is immediately followed by an odd number of f's. 4. b's and f's don't occur except as provided in rules 2 and 3. 5. All c's occur after the first e. 6. All a's occur before the second e. 7. In between the two e's there are exactly twice as many c's as a's.

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter15: Recursion
Section: Chapter Questions
Problem 6PE
icon
Related questions
Question
(15) Let M be the language over {a, b, c, d, e, f} accepting all strings so that:
1. There are precisely two e's in the string.
2. Every a is immediately followed by an even number of b's.
3. Every c is immediately followed by an odd number of f's.
b's and f's don't occur except as provided in rules 2 and 3.
5. All c's occur after the first e.
4.
6. All a's occur before the second e.
7. In between the two e's there are exactly twice as many c's as a's.
Construct a context-free grammar generating M. You do not need an inductive proof, but you
should explain how your construction accounts for each rule.
5)
We could eliminate one rule from M and make it regular. Which one? Why?
(5) Show that the class of context free languages is not closed under intersection by finding two
CFLS whose intersection is not a CFL.
Transcribed Image Text:(15) Let M be the language over {a, b, c, d, e, f} accepting all strings so that: 1. There are precisely two e's in the string. 2. Every a is immediately followed by an even number of b's. 3. Every c is immediately followed by an odd number of f's. b's and f's don't occur except as provided in rules 2 and 3. 5. All c's occur after the first e. 4. 6. All a's occur before the second e. 7. In between the two e's there are exactly twice as many c's as a's. Construct a context-free grammar generating M. You do not need an inductive proof, but you should explain how your construction accounts for each rule. 5) We could eliminate one rule from M and make it regular. Which one? Why? (5) Show that the class of context free languages is not closed under intersection by finding two CFLS whose intersection is not a CFL.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 4 images

Blurred answer
Knowledge Booster
Bare Bones Programming Language
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning