Exercise 5 - Week 17/11/2024

    Question 5 - Choose the correct alternative:

a) TSP (Travelling-Salesperson-Problem) can be reduced to finding an Eulerian Cycle for any graph.

b) The min-edge-cover problem can be solved with polynomial-time flow algorithm for bipartite graphs.

c) The Maximum-Flow-Problem is prooven to be a NP problem, this means that there isn't an algorithm that solves the problem in polynomial time.

d) The Travelling-Salesperson-Problem (TSP) is prooven to be a P problem, this means that there is an algorithm that solves the problem in polynomial time.

e) None of the above


Original idea by: Daniel Hosomi

Comments

Popular posts from this blog

Exercise 1 - Week 11/08/2024

Exercise 3 - Week 08/09/2024