Question
Seven girls A, B, C, D, E, F and G sit in a row facing
towards the north (not necessarily in the same order). D sits fifth to the right of A. D does not sit at any of the extreme ends. F sits exactly in the middle of the row. F sits third to the left of B. Only two girls sit between G and E. G is not an immediate neighbour of F. Who are the immediate neighbours of C?Solution
F sits exactly in the middle of the row. F sits third to the left of B. _____ Â Â _____Â _____Â FÂ ______Â ______Â Â B D sits fifth to the right of A. D does not sit at any of the extreme ends. A_____Â Â _____Â FÂ ______Â D B Only two girls sit between G and E. G is not an immediate neighbour of F. A Â Â GÂ Â Â C Â Â FÂ Â Â EÂ Â D Â Â Â B
In mobile computing, what is the main feature of pervasive computing?
Consider a directed acyclic graph (DAG). The problem of finding the longest path in a DAG (with edge weights) can be solved in:
With either equal or proportional algorithm, a high priority process is treated ___________ a low priority process.
Which of the following is NOT a divide-and-conquer algorithm?
Which of the following algorithms is most appropriate for a sorting task that requires minimal auxiliary space?
The Master Theorem gives time complexity for recurrences of the form:
Which of the following is true for Dijkstra’s algorithm?
Which of the following algorithms is best suited for finding the shortest path in a weighted graph where some edges may have negative weights but no neg...
Which sorting algorithm divides the array into halves recursively?
In Data Communication, what protocol is used to ensure reliable transmission of data over a network?