Longest Path on Interval Graphs

The longest path problem is the problem of finding a path of maximum length in a graph. A graph GG is called interval graph if its vertices can be put in a one-to-one correspondence with a family FF of intervals on the real line such that two vertices are adjacent in GG if and only if the corresponding intervals intersect; FF is called an intersection model for GG.

Parameters

  • nn: number of vertices
  • mm: number of edges

Filters

Computational Model

Randomization

Approximation

Algorithms Table

Displaying 1 of 1 algorithms

See more
Ioannidou; Kyriaki; Mertzios; George B.; Nikolopoulos; Stavros D.2011O(n4)O(n^4)O(n3)O(n^3)

Reductions Table

Insuffient Data to display table

Other relevant algorithms

Insuffient Data to display table