Recent activity by aiyyar.aarushi

1 answer
2
Suppose that $A$ is a $3 \times 3$ real matrix such that for each $u=(u_1, u_2, u_3)’ \in \mathbb{R}^3, \: u’Au=0$ where $u’$ stands for the transpose of $u$. Then ...
5 answers
6
The following arrangement of master-slave flip flopshas the initial state of $P, Q$ as $0, 1$ (respectively). After three clock cycles the output state $P, Q$ is (respect...
3 answers
9
There are exactly ______different finite automata with 3 states x,y,and z over the alphabet {a,b} where x is always the start state1)64 2) 256 3) 1024 4)5832
1 answer
16
What are the time complexities of finding 8th element from beginning and 8th element from end in a singly linked list?Let n be the number of nodes in linked list, you may...