MCPcopy
hub / github.com/arnauddri/algorithms / EdgesIterable

Interface EdgesIterable

data-structures/graph/graph.go:22–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22type EdgesIterable interface {
23 EdgesIter() <-chan Edge
24}
25
26type VerticesIterable interface {
27 VerticesIter() <-chan VertexId

Callers 2

ReverseMethod · 0.65
TestUndirectedGraphFunction · 0.65

Implementers 1

graphdata-structures/graph/graph.go

Calls

no outgoing calls

Tested by

no test coverage detected