Jump to content

Longest path problem

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Enricorpg (talk | contribs) at 14:16, 7 August 2008 (Made the page). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

In graph theory, the longest path problem is a problem of finding the longest path in a graph. Unlike the shortest path problem, this problem is NP-complete which means that we can't find the optimal solution in polynomial time.


Travelling salesman problem

Shortest path problem

NP-Completeness