1 votes
2 answers
3
How is the initial slow-start threshold value (ssthresh) determined for the very first time of data transfer?
2 votes
3 answers
4
Suppose time required to switch from user mode to kernel mode is t1 and from kernel mode to user mode is t2. which of the following is always truea) t1>t2b) t1<t2c) t1=t2...
–1 votes
0 answers
5
How to determine asymptotic Lower bound, Upper bound and Tight bound for a recurrence relation.Explain with example.
0 votes
1 answer
6
Find a recurrence relation for the number of ternary strings of length n that do not contain two consecutive 0s or two consecutive 1s.Find the same for binary strings.Als...
0 votes
1 answer
7
6 votes
1 answer
8
0 votes
0 answers
9
2 votes
3 answers
10
Can Prim's and Kruskal's algorithm yield different minimum spanning trees? Explain why or why not.
0 votes
1 answer
11
Find the recurrence relation for the number of binary strings not containing two consecutive zeros or two consecutive ones.
0 votes
1 answer
12
Minimized DFA for a*b* + b*a*anda+b+ + b+a+
1 votes
1 answer
13
Set of all strings over {0,1} containing at most one pair of consecutive 1's.Give regular expression and equivalent minimized DFA.