Index

A B C D E F G I M N P R S T V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

D

depthFirstSearch(Collection<Graph.Vertex<T>>) - Method in class com.graphs.struct.Graph
This method is a modified implementation of a known traverse algorithm in graphs - depth-first search.
disconnectVertices(int, int) - Method in class com.graphs.struct.Graph
This method disconnects given two vertices.
disconnectWith(Graph.Vertex<E>) - Method in class com.graphs.struct.Graph.Vertex
This method disconnects this vertex with other given Vertex.
doInduceBipartiteSubGraph(Collection<Integer>) - Method in class com.graphs.struct.Graph
This method checks whether given Collection induces bipartite subgraph of this graph or does not.
doInduceConnectedSubGraph(Collection<Integer>) - Method in class com.graphs.struct.Graph
This method checks whether given Collection induces connected subgraph of this graph, or does not.
A B C D E F G I M N P R S T V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form