Question
Eight people E, H, M, P, S, T, Y and Z are sitting in a
straight line. All of them are facing North. E sits fourth from one of the extreme ends of the line. H sits third to the right of E. As many people sit to the right of H as to the left of M. Only one person sits between M and P. S sits to the immediate right of Z. Only one person sits between Z and T. How many people sit to the left of Y?Solution
Running time T(n) where 'n' is the input size of the recursive algorithm given as : T(n) = c + T(n-1), if n > 1 ; T(n) = d if n < 1. The order of the a...
With what command you can see your user name?
The attributes that do not exist in the physical database
In Go, what is the purpose of a goroutine?
State true/false
Trojan works in background and steal data which is sensitive
What is an identifier in C language?
Frames are related to which layer of OSI model
What is the purpose of the delete operator in C++?
Which of the following best describes a transistor?
Consider a B+-tree in which the maximum number of keys in a node is 5. What is the minimum number of keys in any non-root node?Â