0 votes
0 answers
23
f(x)=ln x +xg(x)=x^2 sin(x)h(x)=x^3-xwhich of them are represents the many-to-one function?
0 votes
0 answers
24
consider a complete garph on 2^(log(2^10)) vertices then the minimum number of edge removal operations needed to make graph disconnected
0 votes
0 answers
25
the eigen values of the following matrix -135-3-16003
0 votes
1 answer
26
given n elements merge them into one sorted list using merge procedure then what is the time complexity for this ?explain with example
0 votes
0 answers
27
what is the time complexity of merge sort for already sorted array explain with example?
0 votes
1 answer
28
formula for which maximum number of nodes will be present in complete n-array tree?
0 votes
2 answers
29
What is the time complexity of fun()?int fun(int n) { int count = 0; for (int i = 0; i < n; i++) for (int j = i; j 0; j ) count = count + 1; return count; }
0 votes
1 answer
30
for(i=1;i<=n;++i){j=1;while(j<=n)j=2*j;for(k=1;k<=n;++k)c=c+1;}then what is the time complexity will be?
0 votes
0 answers
31
i=n;while(i>0){j=1;while(j<=n){j=2*j;}i=i/2;}then what is the time complexity?
0 votes
1 answer
32
√logx = O(loglogx) is it true or false?and explain why?
1 votes
1 answer
33
what is the equivalent nfa for the given regular expression?a*b*(ba)*a*
0 votes
2 answers
34
difference between a*(ba)* and (a+ba)* and how to represent both in finite automata?
0 votes
2 answers
35
how can we represent (ab)*ba*(b+a)*aab* in finite automata?
0 votes
0 answers
36
((a*b)*b+ab*)*((ba)*+a*ba)* represent a finite automata for the given regular expression?
0 votes
0 answers
37
what are the books which are useful for learning regular expressions ?
0 votes
0 answers
38
Plz explain how can we represent or function in dfaEx if the input alphabet is{a,b} thhen represent a dfa which is containing no of a's are 0 mod2 or no of b's are 0 ...
0 votes
1 answer
39
https://gateoverflow.in/?qa=blob&qa_blobid=3125601105330416900
1 votes
1 answer
40
Block size 1000B records are of size 100B of which 12B are the key field and pointer of size 8B. a file consist of 10000 records1.the number of blocks required for a spar...