Advanced Algorithms End Term 31 Aug 2025 — Question 21
Show answer
Correct answer
Question 21 of 21 in the IIT Madras BS Advanced Algorithms (Advanced Algorithms) End Term paper sat on 31 Aug 2025, in the May 2025 term (IIT M IMPROVEMENT FN EXAM QIA1 31 Aug 2025). It carries 3 marks.
More questions from this paper
- In this problem you are given as input a graph T = (V, E) that is a tree (that is, T is undirected, connected, and acyc…
- Consider the task of counting how many sequences of length n exist consisting only of numbers 0, 1, and 2 such that eac…
- Consider the task of counting how many sequences of length n exist consisting only of numbers 0, 1, and 2 such that eac…
- Consider the task of counting how many sequences of length n exist consisting only of numbers 0, 1, and 2 such that eac…
- Consider the task of counting how many sequences of length n exist consisting only of numbers 0, 1, and 2 such that eac…
- Consider the task of counting how many sequences of length n exist consisting only of numbers 0, 1, and 2 such that eac…
- Figure question
- Choose the correct options:
- Figure question
- Consider the following instance of Set Cover problem: Universe \mathcal{U} = {a, b, c} Family \mathcal{F} = {S_1 = {a, …
- Consider the following instance of Set Cover problem: Universe \mathcal{U} = {a, b, c, d} Family \mathcal{F} = \left{S_…
- Consider the following instance of Set Cover problem: Universe \mathcal{U} = {a, b, c, d} Family \mathcal{F} = \left{S_…
- In the MIN-2-SAT problem, we are given a 2-CNF formula \phi and an integer k, and the objective is to decide whether th…
- The worst-case running time and expected running time are equal to within constant factors for any randomized algorithm.
- An adversary can provide randomized quicksort with an input array of length n that forces the algorithm to run in \omeg…
- Every linear program has a unique optimal solution.
- Recall that in the vertex cover problem,we are trying to find a smallest subset S of vertices in a graph G such that G …
- Consider the algorithm in the previous question no 18. Does the algorithm always output an optimal vertex cover?
- Consider the algorithm in the previous question no 18. Does the algorithm always output a 2- approximate vertex cover?
- Recall that the size of an optimal vertex cover is at most twice the size of a maximum matching of a graph G. Are there…