Question
I. Retail pharmacies across the country went on a one
day strike to highlight their concerns about the threat to (A) / from (B) e-pharmacies II. Whatever be the nature of their alleged differences, the Kumble-Kohli combination has delivered (A)/ captured (B) excellent results. III. Positions of authority in the cricket team usually has (A)/ have (B) a four-year cycle coinciding with the World Cup. Directions (26-30): In each of the three sentences given below, two words have been marked as A or B, either of which fits correctly in the respective sentence. Choose the combination from the given options which if sequentially used in the in the three sentences would make each of them meaningful and correct.Solution
The correct answer is C
Which sorting algorithm divides the array into halves recursively?
In dynamic programming, which principle ensures correctness by solving overlapping subproblems and storing results?
Which of the following operations on a data structure refers to the removal of an element from the front of a queue?
Which of the following algorithms is most appropriate for a sorting task that requires minimal auxiliary space?
In mobile computing, what is the main feature of pervasive computing?
Which of the following is true for the time complexity of binary search?
Recursive problems are implemented by
Which of the following algorithms uses a greedy approach?
The time complexity of computing the all-pairs shortest paths in a dense graph with V vertices using Floyd–Warshall is:
In dynamic programming, overlapping subproblems and _________ are key properties.