Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
package
graph
2
3
type
DirGraph
struct
{
4
graph
5
}
6
7
func
NewDirected() *DirGraph {
8
return
&DirGraph{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected