January 3, 2025AlgorithmsQuestion 40 The correct matching for the following pairs is (A) All pairs shortest path (1) Greedy (B) Quick Sort (2) Depth-First search (C) Minimum weight […]
January 3, 2025AlgorithmsQuestion 43 Give the correct matching for the following pairs: A. O(log n) 1. Selection sort B. O(n) 2. Insertion sort C. O(nlog n) 3. Binary […]
March 2, 2025Time-ComplexityQuestion 33 Suppose T(n) = 2T (n/2) + n, T(0) = T(1) = 1 Which one of the following is FALSE? A T(n) = O(n2) B […]
March 5, 2025UGC NET CS 2014 June-paper-3Question 61 Given the following equalities : E1 : nK+∈ + nK lg n = θ(nK+∈) for all fixed K and ∈, K > 0 and […]