Recent activity by akankshadewangan24

1 answer
1
Can binary serach tree have duplicate elements in the tree?
0 answers
7
Vector space is in syllabus of gate 2019 cse????????
2 answers
8
The order of cyclic group is equal to order of generating element.... Somebody explain with example plz
1 answer
10
Advantage of paging: It support time sharing system..... Explain plz can't get it
0 answers
12
How to solve thishttps://www.geeksforgeeks.org/wp-content/uploads/gq/2016/02/GATECS201612.png
2 answers
13
If t(n) and s(n) denotes the time and space complexity of an algorithm with input size n element then which one of the following is always true?S(n)=O(t(n)) correct H...
5 answers
14
2 answers
15
the number of inversions in (n,n-1,.........3,2,1)is n(n-1)/2how??????????????????/
4 answers
16
Consider the NPDA $$ \left \langle Q= \left \{ q_{0}, q_{1}, q_{2} \right \},\Sigma = \left \{ 0, 1 \right \}, \Gamma = \left \{ 0, 1, \perp \right \}, \delta, q_{0}, \p...
4 answers
18
11 answers
20
5 answers
23
If half adders and full adders are implements using gates, then for the addition of two $17$ bit numbers (using minimum gates) the number of half adders and full adders r...
1 answer
25
1 answer
28
if an ethernet station collide 4 times to try to transmit a single frame .How long might it wait to be before the next attempt if time slot 51.2 micro sec ..................
1 answer
29
time complexity questions like :h(n)=O(n2);f(n)= O(logn);g(n)=omega(n2);what is the complexity of :::: 1. h(n)-g(n)=?? 2. h(...
2 answers
30
If $\large q^{-a} = \dfrac{1}{r}$ and $\large r^{-b} = \dfrac{1}{s}$ and $\large s^{-c} = \dfrac{1}{q}$, the value of $abc$ is ________.$\left(rqs\right)^{-1}$$0$$1$$r+q+...