recategorized by
322 views

1 Answer

Related questions

258
views
0 answers
1 votes
admin asked Dec 15, 2022
258 views
Total number of functions from set $B$ to set $A$ with $n$ and $m$ elements, respectively are ___________.
247
views
0 answers
1 votes
admin asked Dec 15, 2022
247 views
Let us suppose we are given an integer $\text{N}$ in binary representation. Let us consider the following algorithm to check if $\text{N}$ is a prime.For every ... ? (Assume hypothetically that division can be done in $\text{O}(1)$ time).
483
views
1 answers
1 votes
admin asked Dec 15, 2022
483 views
Compute $\left[M M^{T}\right]^{-1}$ for an orthogonal matrix where\[M=\left[\begin{array}{lll}\frac{1}{\sqrt{2}} & \frac{2}{\sqrt{2}} & \frac{-2}{\sqrt{2}} \\\frac ... sqrt{2}} & \frac{1}{\sqrt{2}} & \frac{2}{\sqrt{2}}\end{array}\right] .\]
286
views
0 answers
1 votes
admin asked Dec 15, 2022
286 views
If the prefix traversal order of a tree is $*+\mathbf{a} \mathbf{b}-\mathbf{c} \mathbf{d}$. Then, find the equivalent postfix order of the that tree.