Question
Each question is divided into four parts a,b,c,d. In
some questions they are not in the sequence so according to grammar and context re- arrangement is given in the options. choose best suitable answer. recently, the Reserve Bank of India (RBI) has signed(A) under the SAARC Currency Swap Framework(B) facility to Maldives Monetary Authority (MMA) (C) an agreement to extend up to a USD 200 million currency swap(D).Solution
in statement A there is something that has signed and the answer is that something in statement D, so statement D should be come after statement A so that we get a proper sense. Correct sequence Recently, the Reserve Bank of India (RBI) has signed an agreement to extend up to a USD 200 million currency swap facility to Maldives Monetary Authority (MMA) under the SAARC Currency Swap Framework. Â
Which algorithm guarantees minimum spanning tree and will produce a different tree depending on tie-breaking?
Which of the following is NOT a divide-and-conquer algorithm?
Which data structure gives amortized O(α(n)) time for union and find operations, where α is inverse Ackermann?
Which of the following sorting algorithms is considered stable (i.e., preserves the relative order of equal elements)?
In the context of searching, what is the primary advantage of using hashing?
Output of below code
public class Prg {
public static void main(String args[]){
System.out.print("A" + "B" + 'A');
}
...A directed acyclic graph (DAG) has 10 vertices and 15 edges. What is the maximum possible number of topological orderings?
Which shortest-path algorithm is appropriate for graphs with non-negative weights and supports decrease-key efficiently for faster performance?
In mobile computing, what is the main feature of pervasive computing?
Consider the following Python code snippet for binary search:
  def binary_search(arr, target):
    low = 0
    ...