Recent posts tagged preparation-schedule

12,277
12,277 views
where i was fucked was . i learned learned and learned . never took test series seriously as there were a lot of wrong questions. what i focussed was on the type of quest...
2,384
2,384 views
i made a calculation mistake here.. logy=limx→0 2 / ax+bx.(axloga+bxlogb)it should be-logy=limx→0 2 / ax+bx ( 1/2axloga+1/2bxlogb)logy=limx→0 2 /...
23,306
23,306 views
A player in the Powerball lottery picks five different integers between 1 and 59, inclusive, and a sixth integer between 1 and 39, which may duplicate one of the earlier ...
43,475
43,475 views
All 3 test() are inside "PAR BEGIN, PAR END" so they execute concurrently..
23,318
23,318 views
Yes. You are correct. But not just the "max element" cause problem. All the elements in the last level can cause this problem. So, only binary search tree is the answer h...
25,230
25,230 views
short trick to remember this is BLAB: Bind, Listen, Accept, Begin
8,483
8,483 views
The total number of nodes accessed including root will be 5.The order is,(9) >(5) >(5,7) >(9,11) >(13,15).
1,199
1,199 views
Probability that buckets other than $1$ are selected $= \dfrac{n-1}{n}$This should happen $k$ times and each of the $k$ events are independent so $\dfrac{(n-1)^k}{n^k}$ W...
1,028
1,028 views
if you solve this you will get XY' + Y'Z + XY (this can be simplified to X + Y'Z) with min terms as (1,4,5,6,7)and option A has the same min termsso option A is equivalen...
1,829
1,829 views
option ALet P(x)=All are multiple of 4 Q(X)= All are even numbersif a ∈ P(X) then a must ∈ Q(X)
1,543
1,543 views
No, heap should also do, just that we have to use min-heap. (C) should be the answer.
1,451
1,451 views
The number of surjective (onto) functions defined from $A$ to $B$ where |A| = 5, |B| = 4, is _______
2,513
2,513 views
$\text{Size of each segment} = \frac{2^{16}}{8}=2^{13}$Let the size of page be $2^k$ bytesWe need a page table entry for each page. For a segment of size $2^{13}$, number...
1,035
1,035 views
oops ... I have edited the answer Please check it again ...
14,484
14,484 views
Ans: because we have given wavy edges form MST So, for verification of option A we have to check that with MST how many cost to reach at a->b then we will get a->e->d->b ...
24,453
24,453 views
A language is a set of strings. Regularity property is for such sets. We cannot apply it to a single string. If you put that string in a set, it becomes a singleton set- ...
To see more, click for the full list of questions or popular tags.