Interface MinimumSpanningTree.Result<V,​E>

    • Method Detail

      • edges

        Set<E> edges()
        Get all the edges that form the spanning tree.
        Returns:
        the set of MST edges.