0 votes
1
what is the difference between estimated rank and current rank in GO RANK PREDICTOR?? I have a lot of difference between those both what should be considered ? some one p...
45 votes
3
2 votes
4
when come official key of gate 2018 by iit??
3 votes
6
$\text{ What is the missing number in the following sequence?}$$$2,\,12,\,60,\,240,\,720,\,1440,\,\underline{\;\;\;\;\;\;\;\;},0$$$2880$$1440$$720$$0$
9 votes
8
What is the logical translation of the following statement?"None of my friends are perfect."$∃x(F (x)∧ ¬P(x))$$∃ x(¬ F (x)∧ P(x))$$ ∃x(¬F (x)∧¬P(x))$$ ¬�...
2 votes
10
73 votes
13
58 votes
14
4 votes
20
Consider a file of $16384$ records. Each record is $32\;\text{bytes}$ long and its key field is of size $6\;\text{bytes}$. The file is ordered on a non-key field, and the...
3 votes
22
0 votes
25
0 votes
26
we know that PDA = FA+1stack so why we use the stack data structure in PDA, we have much more data structure like linked liste,queue, array or tree/hashing???
1 votes
28
S = { < M | M is a DFA that accepts some string containing an equal number of 0s and 1s}. Then what will be S -a) Recursive enumerableb) undecidablec) decidabled) Turing ...
2 votes
29
Let A = {a, b}, L = {a^nb^n:n>=1} and R = A*, then the languages RUL and R are:a) Regular, Regularb) Regular, Not Regularc) Not Regular, Regulard) Not Regular, Not Regula...
2 votes
30
if the value is less the root then it will goto left subtree & if the value is greater than root then it will go right.1)what we do if value = root??(for multiple time sa...