Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arnauddri/algorithms
/ UnGraph
Struct
UnGraph
data-structures/graph/undirected_graph.go:3–5 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
package
graph
2
3
type
UnGraph
struct
{
4
graph
5
}
6
7
func
NewUndirected() *UnGraph {
8
return
&UnGraph{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected