0 answers
4
i truly did not understand decidabilty topic, from where should i study it so that my concepts are clear?
6 answers
5
Consider an undirected random graph of eight vertices. The probability that there is an edge between a pair of vertices is $\dfrac{1}{2}.$ What is the expected number of ...
1 answer
7
how to study cn for gate as i feel some parts seem very complicated?
5 answers
12
0 answers
14
how to solve algorithm problems(the first section of problems in go book) on my own ? seems very tough.plz suggest some solutions.
1 answer
15
this year's gate paper set 1 and 2 had questions on topics of random variable and expectations. i did not find any material related related to its study.where to find its...
16 answers
16
1 answer
17
what is meant by an optimal algorithm with reference to questions asked in gate papers?
1 answer
18
https://gateoverflow.in/3814/gate2005-it-53i am confused about how the while loop breaks if a=''DBC" and b="BD"?i suppose here both occurence of B and D will have zero co...
1 answer
19
how are addresses assigned to members in a structure and 2-dimensional arrays?
1 answer
22
can we use a secret symmetric key to both sign and verify a signature?
3 answers
23
what does following code mean if j=0 and a and b are two character pointers to two strings: while(a[j]&&b[j])
1 answer
24
what is meant by control flow path?
0 answers
25
what is meant by check assertion in sql?
0 answers
26
what is meant by rooted n node binary tree?