Class Graphs


  • public class Graphs
    extends Object
    • Constructor Detail

      • Graphs

        public Graphs()
    • Method Detail

      • graphToIntInt

        public static int[][] graphToIntInt​(IVertex[] vertices,
                                            boolean allowSelfLoops,
                                            boolean sorted)
      • findStronglyConnectedComponents

        public static <V extends IVertexList<List<V>> findStronglyConnectedComponents​(Graph<V> graph0)
        Returns:
        strongly connected components in the topological order