1 votes
1 answer
61
how many strings of at most 4 bits that start with and end with "0" belongs to the language described by (01+10)* 0 (0+1)* ?? please give explanation..
1 votes
2 answers
62
the regular expression is given by R=( ab|abb)* bbab which of the following does not belong to R??a) ab ab abb) ab bb abc) ababbabbbabd) abbabbbab
0 votes
1 answer
63
Let r1= (b* ab* ab* ab*)*, r2= (b* ab* ab*)* what is L(r1) intersection L(r2)???
1 votes
1 answer
64
let L1 =a*b* and L2 = {ab} L3 = prefix (L1* intersection L2)where prefix(L) = { u| uv belongs L for any v} find the number of strings in L3????
1 votes
3 answers
65
draw dfa{w|w is any string not in a*b*}????
0 votes
3 answers
66
for an O(log n) algorithum , x takes 12 second to execute his data Y runs the same algorithum on same machine and it took him 20 sec for data size 32 the data size of X i...
0 votes
1 answer
67
hello sir i have doubt in this question.T(n) >= 2T(n/2) + theta(n)option are:O(n log n)omega(n log n)theta (n log n)how we to select which sign i have to useomega ,big oh...