Very hard tree problem
Difference between en1 and en2, changed 160 character(s)
Given a tree on $n$ nodes, perform the following operation as many times as you like (including zero times): Choose four nodes connected in a chain, and contract them to a single node, merging their adjacency lists. Output the minimum size you can reduce the tree to.↵

Does anyone know how to find a polynomial time solution for this, or prove that the problem is NP-Complete? It seems very difficult for me. Has anyone seen this problem, or something equivalent, before?


I tried it for very long, and then I gave it to several IGMs and they couldn't solve it, and ChatGPT 5.5 Pro can neither solve it nor prove NP-completeness.

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en4 English TAhmed33 2026-06-10 17:03:12 0 (published)
en3 English TAhmed33 2026-06-10 17:00:54 0 (saved to drafts)
en2 English TAhmed33 2026-06-09 20:04:23 160
en1 English TAhmed33 2026-06-09 19:46:02 495 Initial revision (published)