2 answers
1
Suppose we used a hash function H(n) to hash ‘n’ distinct elements (keys) into an array T of length ‘m’.What is the expected number of colliding pairs of elements...
5 answers
2
The number of binary min. heaps that can be formed from a set of 7 distinct integers is _________?
0 answers
3
How to find identity element of a function ? Ex : f(x)= x+y-3How to find identity element of fog(x) ? please take an example and explain for fog(x)
2 answers
4
The binary operator $\neq$ is defined by the following truth table.$$\begin{array}{|l|l|l|} \hline \textbf{p} & \textbf{q}& \textbf{p} \neq \textbf{q}\\\hline \text{0} & ...
1 answer
5
$\int_{0}^{\frac{\pi}{4}}( \sec 2x -\tan 2x )\ dx$
1 answer
6
$\int_{- \pi }^{\pi} t^{2} \sin t \ dt$
4 answers
7
Let the function$$f(\theta) = \begin{vmatrix} \sin\theta & \cos\theta & \tan\theta \\ \sin(\frac{\pi}{6}) & \cos(\frac{\pi}{6}) & \tan(\frac{\pi}{6}) & \\ \sin(\frac{\pi...
0 answers
9
f(x) = x^ (-1/3)Show that f(x) isnot countinuous in [-1,1] andnot bounded [-1,1]
0 answers
10
How this is true ?$_{r}^{\frac{n(n-1)}{2}}\textrm{C} = 2^{\frac{n(n-1))}{2}}$
0 answers
11
0 answers
13
Give normalized eigon vector for 3*3 matrix A[ij] , in general
1 answer
15
9 answers
17
The number of elements that can be sorted in $\Theta(\log n)$ time using heap sort is$\Theta(1)$$\Theta(\sqrt{\log} n)$$\Theta(\frac{\log n}{\log \log n})$$\Theta(\log n)...
6 answers
18
An unordered list contains $n$ distinct elements. The number of comparisons to find an element in this list that is neither maximum nor minimum is$\Theta(n \log n)$$\Thet...
1 answer
19
1 answer
20
What is the difference betwen 2s complent of a number and 2s complement representation of a number .
2 answers
21
2's complement of $-(96.75)_{10}$?
2 answers
27
1 answer
29
4 answers
30
given GrammarE → E + EE → E * EE → ( E )E → idFind set of handles and viable prefixes for the input string id1 + id2 * id3