October 12, 2023

Algorithm-Paradigms

Question 8 Twice-around the spanning tree algorithm for solving the Travelling Salesman Problem with Euclidean distances is a ______ A 2-approximation algorithm B 1.5 approximation algorithm […]
October 12, 2023

P-NP

Question 8 For problems X and Y, Y is NP-complete and X reduces to Y in polynomial time. Which of the following is TRUE? A If […]
October 13, 2023

GATE 2002

Question 3 The solution to the recurrence equation T(2k) = 3 T(2k-1) + 1, T(1)=1, is: A B C D Algorithms Recurrence Question 3 Explanation:  T(2k) […]
October 13, 2023

Algorithms

Question 32 Consider the following sequence of numbers 92, 37, 52, 12, 11, 25 Use bubble sort to arrange the sequence in ascending order. Give the […]
error: Alert: Content selection is disabled!!