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.
Depth First Search (DFS)以外の有向グラフでサイクルを検出するために、 union-find アルゴリズムを適用できますか?
無向グラフの検出サイクルに和集合検索アルゴリズムを適用できることはわかっています。