Computer Science, asked by sauravpvm, 11 months ago

Design a dfa which accepts set of all strings that begins with 00 and end with 11.

Answers

Answered by ıtʑFᴇᴇʟɓᴇãᴛ
1

Explanation:

x = True

y = False

z = False

if x or y and z :

print “yes”

else:

print “no

Similar questions