MCPcopy 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

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected