October 12, 2023

Asymptotic-Complexity

Question 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, 2023

Algorithms

Question 29 Merge sort uses A Divide and conquer strategy B Backtracking approach C Heuristic search D Greedy approach AlgorithmsSortingGATE 1995 Question 29 Explanation:  Merge sort […]
October 12, 2023

Algorithms

Question 30 The postfix expression for the infix expression A + B*(C + D)/F + D*E is: A AB + CD + *F/D + E* B […]
October 12, 2023

Algorithms

Question 34 FORTRAN implementation do not permit recursion because A they use static allocation for variables B they use dynamic allocation for variables C stacks are […]
error: Alert: Content selection is disabled!!