Question
Which of the following industries is not among the 8
industries which according to the data released by the commerce and industry ministry witnessed the fastest growth of 6.8% in November 2017?Solution
The eight industries that witnessed expansion at highest pace in more than a year at 6.8% in November 2017 are coal, crude oil, natural gas, refinery products, fertilizers, steel, cement, electricity.Â
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.