• 算法关键判断一个结点是否是连通分量

    The crux of the algorithm comes in determining whether a node is the root of a strongly connected component.

    youdao

  • 这个结点在深搜碰到当前连通分量第一个结点。

    The root node is simply the first node of the strongly connected component which is encountered during the depth-first traversal.

    youdao

  • 连通分量形成搜索,他们就是强连通分量根。

    The strongly connected components form the subtrees of the search tree, the roots of which are the roots of the strongly connected components.

    youdao

  • 算法输入是有向产生一个图连通分量顶点划分

    The algorithm takes a directed graph as input, and produces a partition of the graph's vertices into the graph's strongly connected components.

    youdao

  • 搜索返回时,判断该点是否是一个连通分量

    When the search returns from a subtree, the nodes are taken from the stack and it is determined whether each node is the root of a strongly connected component.

    youdao

  • 现在一些文献对有连通分量做了一些讨论一般采用递归方法。

    Many documents and papers nowadays have discussed the strong connected component of the directed graph, and the method they adopted is usually Recursion.

    youdao

  • 现在一些文献对有连通分量做了一些讨论一般采用递归方法。

    Many documents and papers nowadays have discussed the strong connected component of the directed graph, and the method they adopted is usually Recursion.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定