Question: Given a graph with n edges, what is the time complexity of finding a Euler path? Is this a polynomial time algorithm? Hint: Include the
- Given a graph withnedges, what is the time complexity of finding a Euler path? Is this a polynomial time algorithm?Hint: Include the algorithm and pseudocode.
- Given a graph withnedges, can one find a minimum Hamiltonian cycle (TSP) in polynomial time? Has anyone ever proved that a polynomial time algorithm does not exist for this problem?Hint: Consider NP complete problems.
I understand the majority of my assignment but these two questions are really puzzling me and not sure how to do it.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
