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.
スパニングツリーを見つけるためにc++でDFSアルゴリズムの実装を行っていますが、アルゴリズムDFSを使用したスパニングツリーの出力は常に事前注文ですか、それともまったくの偶然ですか?
DFSは、入力時に印刷する場合、定義上、予約注文です。
事前順序付けは、深さ優先検索アルゴリズムによって最初にアクセスされた順序での頂点のリストです。
https://en.wikipedia.org/wiki/Depth-first_search