gpt4 book ai didi

algorithm - 在有向图中找到循环的最佳(时间复杂度)算法是什么?

转载 作者:塔克拉玛干 更新时间:2023-11-03 05:31:25 26 4
gpt4 key购买 nike

也有任何随机算法。我需要尽快找到一个循环,而不是所有循环。

最佳答案

Which is the best (in time complexity) algorithm for finding a cycle in directed graph?

Tarjan's strongly connected components algorithm .时间复杂度 if O( | V | + | E | ).

关于algorithm - 在有向图中找到循环的最佳(时间复杂度)算法是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4178100/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com