Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ルートノードから展開されたすべてのサブツリーを生成するには、効率的なアルゴリズムが必要です。アルゴリズムは、どのツリー構造でも機能するはずです。誰かがコードを投稿できますか?
たとえば、ツリーのエッジを0-> 1、0-> 2、2->3とするとます。6つのサブツリーがあります:0、
0,1
0,2
0、1、2
0、2、3
0、1、2、3
TRIPSアルゴリズムをご覧になることをお勧めします:紙