1.5k
views
1 answers
How they calculated time for number of levels?
1.3k
views
3 answers
What is the total number of comparisons needed in the best case to find minimum and maximum of $300 $ elements?
2.0k
views
1 answers
The hardware allows privileged instruction to be executed only in kernel mode. if an attempt to execute a privileged instruction in user mode, the hardware does not execu...
2.5k
views
0 answers
Trains X and Y arrive at a station at random between 8 A.M. and 8.20 A.M. Train X stops for four minutes and train Y stops for five minutes. Assuming that the trains arri...
744
views
5 answers
Any condition for f(n) and g(n) or any value we can take??? I m confused becoz in big oh right side part must b greater than equal ??
604
views
1 answers
give the complete solution with explanationint main(){ int arr = {10,2,3,4,5,6,7,8}; int *p, *q; p = &arr ; q = (int*) arr; printf("%d ,%d \n",*p...
937
views
1 answers
Q.Consider a four labeled 1, 2, 3, 4. The number of distinct binary tree are possible such that whose inorder traversal is 1, 2, 3, 4 are _________Answer must be 14 right...
854
views
3 answers
Q9-Consider the following grammar:S → aPbSQ | aQ → t | εP → rThe number of states will reduce when a LALR(1) parse is computed out of CLR(1) parser for the above g...