53 votes
167
What is the worst case time complexity of inserting $n$ elements into an empty linked list, if the linked list needs to be maintained in sorted order?$\Theta(n)$$\Theta(n...
15 votes
170
The population of a new city is $5$ million and is growing at $20\%$ annually. How many years would it take to double at this growth rate? $3-4$ years$4-5$ years $5-6$ ye...
28 votes
171
3 votes
172
FIELD AND RING ARE IN SYLLABUS???
6 votes
173
2 votes
174
Why this statement Turing Machine accepts the null string epsilon ? is not Decidable ? explain with an example.
9 votes
176
In the program scheme given below indicate the instructions containing any operand needing relocation for position independent behaviour. Justify your answer.$$\begin{arr...
15 votes
177
If the state machine described in figure should have a stable state, the restriction on the inputs is given by$a.b=1$$a+b=1$$\bar{a} + \bar{b} =0$$\overline{a.b}=1$$\over...