1 votes
4
Number of distinct simple graphs possible, given 8 vertices and not considering self loops?
4 votes
9
The average of $20$ numbers is zero.Of them, at the most, how many may be greater than zero?$10$$19$$17$$9$
3 votes
10
There are 60 persons in a room.We have choosen 10 person at random. What is the probability that exactly 2 person among them have same birthday?
0 votes
13
I think option c and d are exchanged
0 votes
15
Non-deterministic turing machine, with writing capability is equivalent to. Non-deterministic Push down automata Deterministic Push down automata Finite automata Linear...
0 votes
16
One way of classification of compound prepositions on the basis of their truth values as per Kenneth H Rosen is TautologyContradictionContingency Then in which classifica...
1 votes
17
why top down parser uses left most derivation? is it mandatory or we can change it by modifying the algo?
3 votes
18
int main() { char str[10]="GATE2018"; int length=strlen(str); str[length]='\0'; for(i=0;str[i];i++) printf("%c",str[i]); return 0; }Find the output?
0 votes
19
0 votes
21
ARE MORNING AND AFTERNOON SLOT SELECTION IN OUR HANDS IN GATE EXAM OR THEY WILL SELECT IT FOR US ?WHEN WILL WE COME TO KNOW
1 votes
22
signed 1's compliment notation (-3)10 = ??
0 votes
23
Are regular expressions (a+b)* and (a*b*)* over alphabet set {a,b} same?If not, which strings are acceptable in one and not in other...
1 votes
24
I am getting answer 3 if i am wrong please let me correct.
0 votes
25
Consider this FA:How many strings will be there in the complement of the language accepted by this Finite Automata?(a) Infinite(b) 2(c) 3(d) 0
4 votes
26
how many stack are require to implement a queue ???????????????how many queue are require to implement a stack????????????????????? explain plz
2 votes
27
What is loop invariant in general term ? PS: Insertion Sort has loop invariant . We have three things in loop invariant :a. Initializationb.Maintenancec.Termination
8 votes
28
3 votes
30
BFS algo is applied on graph as well as Binary tree. So, is it different for both graph and Binary tree?As on youtube some people showing BFS on graph and some on Binary ...