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 […]
October 12, 2023

Algorithms

Question 35 The recurrence relation that arises in relation with the complexity of binary search is: A T(n) = T(n/2) + k, k a constant B T(n) […]
error: Alert: Content selection is disabled!!