Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DirectedDFS ¶
type DirectedDFS struct {
// contains filtered or unexported fields
}
func NewDirectedDFS ¶
func NewDirectedDFS(g *directed_graph.Digraph, sourceVertices ...int) *DirectedDFS
func (*DirectedDFS) Count ¶
func (dfs *DirectedDFS) Count() int
func (*DirectedDFS) IsConnected ¶
func (dfs *DirectedDFS) IsConnected(v int) bool
Click to show internal directories.
Click to hide internal directories.