2 votes
1
Find the minimum number of states in the DFA which accept the language of all strings that begin or end with 00or 11.
1 votes
2
Normal forms
1 votes
4
in a directed graph if there is a directed path from any node u to v or vice versa for any pair of nodes of the graph ,the graph is? a. weakly connectedunilaterally conne...
4 votes
5
Can some one please how to solve above integral using mentioned property or any other way?
2 votes
9
int main(){unsigned int x = 1;printf("Signed Result %d \n", ~x);printf("Unsigned Result %ud \n", ~x);return 0;}some one give detailed answer ...(mainly how it works )
0 votes
11
processmaximum demandcurrently holdsp17045p26040p360xp440yif a system has total of 150 units of resource then identify which of the following values of X and Y the above ...
1 votes
14
number of rectangles in a chess board that are not sqaurea)1296b)1092c)1096d)1292
1 votes
15
2 votes
16
The limit x->0 sin[2x/3]/x is
0 votes
17
plz explain this code??main(){char *p="hai friends",*p1;p1=p;while(*p!='\0') ++*p++;printf("%s %s",p,p1);}
4 votes
18
0 votes
21
w is defined to unary alphabet1. L={ ww }2.L={ w w^r } ,w^r is reverse of wCan i say both of these are regular?
1 votes
22
Find next number in series?15,10,5,150,16,12,4,192,20,15,5,....?
1 votes
23
{a^m b^n c^m : m,n 1} is this cfl?