232 views
0 votes
0 votes
Whether the equality of DPDA is decidable or undecidable?

1 Answer

0 votes
0 votes
it will be decidable because it is similar to membership algorithm. two automata is said be equal if they accept same language .let M1 accept language L1 and M2 accept language L2 then we have to check whether L1 is member of M2 or not or whether L2 is member of M1 or not.since membership algorithm for DCFL is decidable so the equality of DPDA will be decidable.

Related questions

0 votes
0 votes
0 answers
1
prashant dubey asked Apr 27, 2019
278 views
The minimum no. of states required to construct DFA which can accept length of the string is devisable by 4 where input string is 0,1Please also construct dfa
0 votes
0 votes
2 answers
2
altamash asked Dec 25, 2018
270 views
{w1 x w2|w1,x,w2∈(a+b)*,w1=w2}it is regular ?????
0 votes
0 votes
0 answers
3
altamash asked Dec 25, 2018
212 views
explain why it is CFL?
0 votes
0 votes
1 answer
4
altamash asked Sep 21, 2018
305 views
what is minimum number of states of NFA which accepts language{abab^n|n>=0} U{aba^n|n>=0}