タイトル: グラフの木構造問題、爆速で解く方法見つけた!🎉 超要約: グラフの中から特定の条件を満たす部分木を見つける問題を、爆速で解くアルゴリズムを発見したってコト!🚀
● コードグラフって構造のグラフには、めっちゃ速いアルゴリズムが使えるって判明!✨ ● 木幅(グラフの複雑さ)が低いグラフには、もっとすごいFPTアルゴリズムが使えるみたい!✨ ● データ解析とか、ネットワーク最適化に役立つ可能性大だよ~ん!💖
続きは「らくらく論文」アプリで
In the Fully Leafed Induced Subtrees, one is given a graph $G$ and two integers $a$ and $b$ and the question is to find an induced subtree of $G$ with $a$ vertices and at least $b$ leaves. This problem is known to be NP-complete even when the input graph is $4$-regular. Polynomial algorithms are known when the input graph is restricted to be a tree or series-parallel. In this paper we generalize these results by providing an FPT algorithm parameterized by treewidth. We also provide a polynomial algorithm when the input graph is restricted to be a chordal graph.