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.
グラフが与えられたときに、そのグラフの頂点の接続性 (グラフを 2 つの接続されたグラフに分離するために削除する頂点の最小数) を計算するアルゴリズムはありますか。(グラフはすでに切断されている可能性があることに注意してください)。ありがとう!
参照: グラフが K 頂点接続かどうかの判断
グラフの k 頂点連結性
これをバイナリ検索と組み合わせると完了です。