400 views

Please log in or register to answer this question.

Position:
Show:

Related questions

0 0 votes
1 1 answer
1.7k
1.7k views
Nitesh_Yadav asked Dec 29, 2021
1,695 views
please provide the solution
0 0 votes
1 1 answer
560
560 views
Mohamad asked Aug 8, 2023
560 views
What is the regular expression that accept following string aaaabbbb ؟a) a+ b+b) a* b*c) (a+b)* (a+b)*d) (a+b)*e) abab
2 2 votes
2 answers 2 answers
2.4k
2.4k views
Ash666 asked Sep 12, 2021
2,388 views
Let r1=(0+1)*, r2=0*1+10*+0*+1*. What is the length of the smallest string that is present in language corresponds to regular expression r1 and not present in language co...
2 2 votes
1 1 answer
110
110 views
GO Classes asked Sep 5
110 views
Consider the right-linear grammar,$$\begin{aligned}A &\to fB \mid gA \\B &\to gA \mid fC \mid f \\C &\to gA \mid fC \mid f\end{aligned}$$When this grammar is converted in...