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

Interface VerticesIterable

data-structures/graph/graph.go:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26type VerticesIterable interface {
27 VerticesIter() <-chan VertexId
28}
29
30func (g *graph) EdgesIter() <-chan Edge {
31 ch := make(chan Edge)

Callers 3

GetPredecessorsMethod · 0.85
GetSuccessorsMethod · 0.85
GetNeighboursMethod · 0.85

Implementers 2

graphdata-structures/graph/graph.go
vertexIterableHelperdata-structures/graph/graph.go

Calls

no outgoing calls

Tested by

no test coverage detected