wiki_research

personal research wiki
git clone https://a3nm.net/git/wiki_research/
Log | Files | Refs

edge_hamiltonian_path (396B)


      1 # Edge hamiltonian path
      2 
      3 An *edge hamiltonian path* of an [undirected_graph] G is a [hamiltonian_path] of the [line_graph] of G
      4 
      5 For the corresponding [computational_problem], see the [edge_hamiltonian_path_problem]; it is [NP_complete] by [lai1993edge] already on [bipartite_graphs]
      6 
      7 Up: [hamiltonian_path], [line_graph]
      8 
      9 See also: [edge_hamiltonian_cycle]
     10 
     11 Aliases: line graph hamiltonian path