Question: Consider the following problem, called LONGEST SIMPLE s t PATH: Given a directed graph G = ( V , E , w ) , where
Consider the following problem, called LONGEST SIMPLE st PATH: Given a directed graph G V E w where we is defined as a nonnegative integer for each edge e in E vertices s t in V and a positive integer K answer YES if there is a simple s t path of total weight at least K An s t path starts at s and ends at t a path is simple if it does not repeat any vertices, and the total weight of a path is the sum of the weights of its edges. Prove that the LONGEST SIMPLE s t PATH problem is NPhard. Simplest reduction is from HAMPATH.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
