October 12, 2023Asymptotic-ComplexityQuestion 3 Consider the following recurrence: Then, which of the following statements is/are TRUE? A f (2^ n -1) 2^ n -1 B f (2 ^n […]
October 12, 2023AlgorithmsQuestion 11 Merge sort uses A Divide and conquer strategy B Backtracking approach C Heuristic search D Greedy approach AlgorithmsSortingGATE 1995 Question 11 Explanation: Merge sort […]
October 12, 2023AlgorithmsQuestion 9 The postfix expression for the infix expression A + B*(C + D)/F + D*E is: A AB + CD + *F/D + E* B […]
October 12, 2023GATE 1994Question 1 FORTRAN implementation do not permit recursion because A they use static allocation for variables B they use dynamic allocation for variables C stacks are […]