Package com.jgalgo

Interface MinimumDirectedSpanningTree


  • public interface MinimumDirectedSpanningTree
    Minimum spanning tree algorithm for directed graphs.

    A spanning tree in directed graph is defined similarly to a spanning tree in undirected graph, but the 'spanning tree' does not yield a strongly connected graph, but a weakly connected tree rooted at some vertex.

    Author:
    Barak Ugav