MCPcopy Create free account
hub / github.com/arnauddri/algorithms / DirGraph

Struct DirGraph

data-structures/graph/directed_graph.go:3–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package graph
2
3type DirGraph struct {
4 graph
5}
6
7func NewDirected() *DirGraph {
8 return &DirGraph{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected