9.2k views
1 vote
If s=abcd is a string defined over Σ = {a,bc,d}then reverse of s is dcba.
Δ True
Δ False

1 Answer

5 votes

Answer:

True

Step-by-step explanation:

If s=abcd is a string defined over {a,b,c,d}, it corresponds to a regular expression which can be represented using a finite automata. Then the reverse of the string essentially corresponds to another finite automata where the starting state becomes the accepting state and vice versa.Moreover all the directions of state transitions will be reversed for each of the transitions in the original automata.

With these modifications, the new finite automata will accept a string which is reverse of the original string ,namely, dcba and this string will ne part of the reverse language.

User Marc Litchfield
by
4.8k points