Recent questions tagged expression

0 0 votes
2 2 answers
1.6k
1.6k views
0 0 votes
1 answers 1 answer
1.1k
1.1k views
2 2 votes
4 4 answers
1.4k
1.4k views
0 0 votes
1 1 answer
1.0k
1.0k views
Can someone please explain me how could we derive the RE from FA's ... Here https://gateoverflow.in/464/gate2008-52PS- Obviously the answer can be easily obtained using ...
0 0 votes
0 0 answers
515
515 views
3 3 votes
2 answers 2 answers
1.6k
1.6k views
3 3 votes
3 answers 3 answers
1.5k
1.5k views
Find the time complexity of the following snippets1.for$\left ( i=1;i\leqslant n;i++ \right )$ for$\left ( j=n/3;j\leqslant 2n;j=j+n/3 \right )$ $x=x...
2 2 votes
2 2 answers
2.7k
2.7k views
The equality of two regular expression is computed in? Give reasons also..Constant Timepolynomial timelogarithmic Polynomial timeExponential time
1 1 vote
2 2 answers
3.1k
3.1k views
If r1 and r2 are 2 Regular Expression Such thatr1 = (a+b)* r2 = (a*+b*+a*b*+b*a*)What are the different case's in which r1 = r2 ?Please Explain with an example
0 0 votes
3 answers 3 answers
3.4k
3.4k views
Problem 1 : what is the Language associated with this regular expression ? a*b* write it down.Problem 2: Does either a subset or Super-set of a regular language is alway...
2 2 votes
1 1 answer
4.0k
4.0k views
The context free grammar given by$S \rightarrow XYX$$X \rightarrow aX \mid bX \mid \lambda$$Y \rightarrow bbb$generates the language which is defined by regular expressio...
1 1 vote
1 1 answer
7.2k
7.2k views
regular expression for " set of all strings over {a,b} in which there are at least two occurrences of b between any two occurrences of a ".
1 1 vote
1 answers 1 answer
2.7k
2.7k views
prove the identity: (a*ab + ba)* a* = (a + ab + ba)*
To see more, click for the full list of questions or popular tags.