Question
2 . List 3 strings in each of the following la nguages: a. a*b*a*b* b. a*b* b*a* c. a(ab)*(abb|bba)*b 3 . A goods train is
2 . List 3 strings in each of the following la nguages:
a. a*b*a*b*
b. a*b* b*a*
c. a(ab)*(abb|bba)*b
3 . A "goods train" is defined to be a string of cars, which must begin with one or two engines. These are followed by one or more trucks, which are followed by one Guard Van. Example: E E T T T T G Non - goods trains: E G; E T T T; E E E T T T G
a. Write a DFA to recognize a goods train. Use E = engine, T = truck, G = guard van.
b. Write a regular expression that generate s all legal goods trains.
c. Write a program that recognizes goods trains (says OK or not OK). (Input can be in any convenient form) . Run your program! Submit code (short please) and outputs. Use your DFA translate DFA to code.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started