MCPcopy Create free account
hub / github.com/djeada/Algorithms-And-Data-Structures / connected

Method connected

src/graphs/python/bfs/src/graph.py:98–111  ·  view source on GitHub ↗

Check if two vertices are directly connected by an edge.

(self, vertex_a: Vertex, vertex_b: Vertex)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected