Tutorial Sheet 2
Tutorial Sheet 2
Ques 2: Find the number of states in MDFA that accept all the string generated by (11+111)*, Ʃ = {1}.
Ques 3: Construct a minimal DFA which accept set of all strings over {a, b} in which number of a’s are
divisible by 3 and number of b’s are divisible by 2.
Ques 4: Construct a minimal DFA which accepts
L = {anbmcl | n,m,l >= 0}
Ques 5: Construct a transition system which can accept string over the alphabet a, b, c…z containing
either ‘cat’ or ‘rat’.