Self made problem (graph)

Revision en1, by iez, 2025-06-28 20:07:15

Given a graph G, find the largest bipartite subgraph of G that contains a Hamiltonian path.

where a bipartite graph has its vertices split into two sets with edges only between sets, and a Hamiltonian path visits every vertex exactly once without vising an vertex twice or more.

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English iez 2025-06-28 20:07:15 308 Initial revision (published)