摘要: 有向图的Tarjan&缩点void tarjan(int x){ //Tarjan int y = 0; dfn[x]=low[x]=++dindex; instack[x]=true; stap[++stop]... 阅读全文
posted @ 2016-07-21 16:20 adfae 阅读(226) 评论(0) 推荐(0)