0 answers
1
1 answer
2
The minimum number of productions required to produce a language consisting of palindrome strings over ∑={a,b} with a single variable is______.
3 answers
3
if a boolean function having cyclic prime implicants k-map then the function is having how many minimal form?? F(A,B,C)
2 answers
4
What is the general formula for number of simple graph having n unlabelled vertices ??
2 answers
8
How to calculate the sizeof(arr2)?
1 answer
13
We are having 4 sorted sub-lists of size n/4, What is the time complexity to merge them in a single sorted list?
0 answers
15
14 answers
16
1 answer
19
1 answer
21
Design predictive parsing table for below grammar.How many multiple entries are there?S → AA | abA → Bd | εB → SB | d
1 answer
22
What is difference between finite lattice and bounded lattice?plz give informal definition
1 answer
23
What is the difference between Integration and Summation?Which one produces a greater value in the same range?
1 answer
24
If L1 = {a^nb^nc^md^m | n,m>=0}L2 = {a^nb^n | n>=0}L3 = {c^md^m | m>=0}Then L1 – L2.L3(concatenation) is?RegularCSLCFLREL(recursive enumerable)
3 answers
25
Suppose you have a singly Linked List of n nodes and you want to insert a node in the middle of the Linked List, At least how many pointers do you need to handle to perfo...
3 answers
26
2 answers
28
7 answers
30
If we use Radix Sort to sort $n$ integers in the range $\left (n^{k/2}, n^k \right ]$, for some $k 0$ which is independent of $n$, the time taken would be?$\Theta(n)$$\T...