由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
CS版 - How to find all cycles in a directed graph?
相关主题
paper (SIAM. Comp) asked正在准备qualifier,大家帮忙看看这道是什么方向的
求论文下载,谢谢大家paper help!!
[合集] computable vs. non-computable请教:K-Nearest neighbor search 有现成算法吗?
关于编程序与CS(计算机科学)ICDM终于要出结果了
Theory的高手们指教一下吧这几个期刊的难度如何
IEEE Computer vs Commu. of ACM求教解受限最小二乘问题
paper submission to Algorithmica大家的IEEE STUDENT MEMBER都是谁付钱?
NPIEEE membership fee 贵了
相关话题的讨论汇总
话题: cycles话题: directed话题: graph话题: find话题: tarjan
进入CS版参与讨论
1 (共1页)
c*****u
发帖数: 530
1
Do you guys know any efficent algorithm to do so? Thanks
s***e
发帖数: 284
2
Tarjan's algorithm O(|V|+|E|)

【在 c*****u 的大作中提到】
: Do you guys know any efficent algorithm to do so? Thanks
c******n
发帖数: 4965
3
what do you mean?
the number of cycles may be exponential

【在 s***e 的大作中提到】
: Tarjan's algorithm O(|V|+|E|)
r*****t
发帖数: 286
4
faint, I highly suspect your conclusiion.

【在 s***e 的大作中提到】
: Tarjan's algorithm O(|V|+|E|)
c*****u
发帖数: 530
5
I think this is a NP problem as well
Tarjan's algorithm could only find all strongly connected components

【在 c******n 的大作中提到】
: what do you mean?
: the number of cycles may be exponential

a******e
发帖数: 95
6

I think you need to study what NP is in the first place.

【在 c*****u 的大作中提到】
: I think this is a NP problem as well
: Tarjan's algorithm could only find all strongly connected components

a**m
发帖数: 151
7
Tarjan SIAM J. Comput. 1973

【在 c*****u 的大作中提到】
: Do you guys know any efficent algorithm to do so? Thanks
1 (共1页)
进入CS版参与讨论
相关主题
IEEE membership fee 贵了Theory的高手们指教一下吧
关于计算机算法杂志IEEE Computer vs Commu. of ACM
Parallel computing in Matlab (转载)paper submission to Algorithmica
问一下MPI的问题NP
paper (SIAM. Comp) asked正在准备qualifier,大家帮忙看看这道是什么方向的
求论文下载,谢谢大家paper help!!
[合集] computable vs. non-computable请教:K-Nearest neighbor search 有现成算法吗?
关于编程序与CS(计算机科学)ICDM终于要出结果了
相关话题的讨论汇总
话题: cycles话题: directed话题: graph话题: find话题: tarjan