Question
Recently BCCI has lifted ban from a state cricket
association. The state is:Solution
The Board of Control for Cricket in India decided to lift the ban on the Rajasthan Cricket Association (RCA) provided former IPL chief Lalit Modi stays away from its functioning. The state association was suspended in 2014 when Lalit Modi was re-elected as its President.
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.