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.
ネットワーク トポロジで k-nomial ツリーが必要なのはなぜですか?ブロードキャストに関しては、バイナリ ツリーよりも高速です。
二分木でブロードキャストを行う場合、ルートは 2 つのメッセージを送信した後、アイドル状態になります。二項ツリーでは、ルートに 2 つ以上の隣接ノードがあるため (ツリーの深さは同じまま)、ブロードキャストが終了するまでノードがアイドル状態になることはありません。